| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Network.AWS.WorkSpaces
Contents
- Service Configuration
- Errors
- ResourceUnavailableException
- UnsupportedNetworkConfigurationException
- OperationNotSupportedException
- ResourceLimitExceededException
- ResourceAlreadyExistsException
- OperationInProgressException
- WorkspacesDefaultRoleNotFoundException
- ResourceAssociatedException
- UnsupportedWorkspaceConfigurationException
- InvalidParameterValuesException
- ResourceCreationFailedException
- AccessDeniedException
- ResourceNotFoundException
- InvalidResourceStateException
- Waiters
- Operations
- AuthorizeIpRules
- ImportWorkspaceImage
- DescribeWorkspaceDirectories (Paginated)
- DescribeWorkspaceBundles (Paginated)
- DeleteIpGroup
- TerminateWorkspaces
- DisassociateIpGroups
- DeregisterWorkspaceDirectory
- AssociateConnectionAlias
- CreateConnectionAlias
- MigrateWorkspace
- DescribeTags
- ModifySelfservicePermissions
- DescribeWorkspacesConnectionStatus (Paginated)
- ModifyAccount
- DescribeConnectionAliases
- DeleteWorkspaceImage
- UpdateRulesOfIpGroup
- UpdateWorkspaceBundle
- DeleteWorkspaceBundle
- DeleteTags
- ListAvailableManagementCidrRanges (Paginated)
- DescribeClientProperties
- CreateWorkspaceBundle
- ModifyWorkspaceCreationProperties
- ModifyWorkspaceState
- UpdateConnectionAliasPermission
- CopyWorkspaceImage
- RebuildWorkspaces
- DescribeWorkspaceSnapshots
- DescribeWorkspaceImagePermissions
- RebootWorkspaces
- DescribeAccount
- RevokeIpRules
- ModifyWorkspaceProperties
- DescribeWorkspaceImages (Paginated)
- DescribeAccountModifications (Paginated)
- AssociateIpGroups
- DeleteConnectionAlias
- StartWorkspaces
- StopWorkspaces
- DescribeWorkspaces (Paginated)
- ModifyClientProperties
- UpdateWorkspaceImagePermission
- DescribeIpGroups (Paginated)
- ModifyWorkspaceAccessProperties
- RestoreWorkspace
- RegisterWorkspaceDirectory
- CreateTags
- DescribeConnectionAliasPermissions
- CreateIpGroup
- DisassociateConnectionAlias
- CreateWorkspaces
- Types
- AccessPropertyValue
- Application
- AssociationStatus
- Compute
- ConnectionAliasState
- ConnectionState
- DedicatedTenancyModificationStateEnum
- DedicatedTenancySupportEnum
- DedicatedTenancySupportResultEnum
- ImageType
- ModificationResourceEnum
- ModificationStateEnum
- OperatingSystemType
- ReconnectEnum
- RunningMode
- TargetWorkspaceState
- Tenancy
- WorkspaceDirectoryState
- WorkspaceDirectoryType
- WorkspaceImageIngestionProcess
- WorkspaceImageRequiredTenancy
- WorkspaceImageState
- WorkspaceState
- AccountModification
- ClientProperties
- ClientPropertiesResult
- ComputeType
- ConnectionAlias
- ConnectionAliasAssociation
- ConnectionAliasPermission
- DefaultWorkspaceCreationProperties
- FailedCreateWorkspaceRequest
- FailedWorkspaceChangeRequest
- ImagePermission
- IpRuleItem
- ModificationState
- OperatingSystem
- RebootRequest
- RebuildRequest
- RootStorage
- SelfservicePermissions
- Snapshot
- StartRequest
- StopRequest
- Tag
- TerminateRequest
- UserStorage
- Workspace
- WorkspaceAccessProperties
- WorkspaceBundle
- WorkspaceConnectionStatus
- WorkspaceCreationProperties
- WorkspaceDirectory
- WorkspaceImage
- WorkspaceProperties
- WorkspaceRequest
- WorkspacesIpGroup
Description
Derived from API version 2015-04-08 of the AWS service descriptions, licensed under Apache 2.0.
Amazon WorkSpaces Service
Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows and Amazon Linux desktops for your users.
Synopsis
- defaultService :: Service
- _ResourceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _UnsupportedNetworkConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError
- _WorkspacesDefaultRoleNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAssociatedException :: AsError a => Getting (First ServiceError) a ServiceError
- _UnsupportedWorkspaceConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterValuesException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceCreationFailedException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidResourceStateException :: AsError a => Getting (First ServiceError) a ServiceError
- data AuthorizeIpRules = AuthorizeIpRules' Text [IpRuleItem]
- newAuthorizeIpRules :: Text -> AuthorizeIpRules
- data AuthorizeIpRulesResponse = AuthorizeIpRulesResponse' Int
- newAuthorizeIpRulesResponse :: Int -> AuthorizeIpRulesResponse
- data ImportWorkspaceImage = ImportWorkspaceImage' (Maybe [Tag]) (Maybe (NonEmpty Application)) Text WorkspaceImageIngestionProcess Text Text
- newImportWorkspaceImage :: Text -> WorkspaceImageIngestionProcess -> Text -> Text -> ImportWorkspaceImage
- data ImportWorkspaceImageResponse = ImportWorkspaceImageResponse' (Maybe Text) Int
- newImportWorkspaceImageResponse :: Int -> ImportWorkspaceImageResponse
- data DescribeWorkspaceDirectories = DescribeWorkspaceDirectories' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural)
- newDescribeWorkspaceDirectories :: DescribeWorkspaceDirectories
- data DescribeWorkspaceDirectoriesResponse = DescribeWorkspaceDirectoriesResponse' (Maybe Text) (Maybe [WorkspaceDirectory]) Int
- newDescribeWorkspaceDirectoriesResponse :: Int -> DescribeWorkspaceDirectoriesResponse
- data DescribeWorkspaceBundles = DescribeWorkspaceBundles' (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text))
- newDescribeWorkspaceBundles :: DescribeWorkspaceBundles
- data DescribeWorkspaceBundlesResponse = DescribeWorkspaceBundlesResponse' (Maybe Text) (Maybe [WorkspaceBundle]) Int
- newDescribeWorkspaceBundlesResponse :: Int -> DescribeWorkspaceBundlesResponse
- data DeleteIpGroup = DeleteIpGroup' Text
- newDeleteIpGroup :: Text -> DeleteIpGroup
- data DeleteIpGroupResponse = DeleteIpGroupResponse' Int
- newDeleteIpGroupResponse :: Int -> DeleteIpGroupResponse
- data TerminateWorkspaces = TerminateWorkspaces' (NonEmpty TerminateRequest)
- newTerminateWorkspaces :: NonEmpty TerminateRequest -> TerminateWorkspaces
- data TerminateWorkspacesResponse = TerminateWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newTerminateWorkspacesResponse :: Int -> TerminateWorkspacesResponse
- data DisassociateIpGroups = DisassociateIpGroups' Text [Text]
- newDisassociateIpGroups :: Text -> DisassociateIpGroups
- data DisassociateIpGroupsResponse = DisassociateIpGroupsResponse' Int
- newDisassociateIpGroupsResponse :: Int -> DisassociateIpGroupsResponse
- data DeregisterWorkspaceDirectory = DeregisterWorkspaceDirectory' Text
- newDeregisterWorkspaceDirectory :: Text -> DeregisterWorkspaceDirectory
- data DeregisterWorkspaceDirectoryResponse = DeregisterWorkspaceDirectoryResponse' Int
- newDeregisterWorkspaceDirectoryResponse :: Int -> DeregisterWorkspaceDirectoryResponse
- data AssociateConnectionAlias = AssociateConnectionAlias' Text Text
- newAssociateConnectionAlias :: Text -> Text -> AssociateConnectionAlias
- data AssociateConnectionAliasResponse = AssociateConnectionAliasResponse' (Maybe Text) Int
- newAssociateConnectionAliasResponse :: Int -> AssociateConnectionAliasResponse
- data CreateConnectionAlias = CreateConnectionAlias' (Maybe [Tag]) Text
- newCreateConnectionAlias :: Text -> CreateConnectionAlias
- data CreateConnectionAliasResponse = CreateConnectionAliasResponse' (Maybe Text) Int
- newCreateConnectionAliasResponse :: Int -> CreateConnectionAliasResponse
- data MigrateWorkspace = MigrateWorkspace' Text Text
- newMigrateWorkspace :: Text -> Text -> MigrateWorkspace
- data MigrateWorkspaceResponse = MigrateWorkspaceResponse' (Maybe Text) (Maybe Text) Int
- newMigrateWorkspaceResponse :: Int -> MigrateWorkspaceResponse
- data DescribeTags = DescribeTags' Text
- newDescribeTags :: Text -> DescribeTags
- data DescribeTagsResponse = DescribeTagsResponse' (Maybe [Tag]) Int
- newDescribeTagsResponse :: Int -> DescribeTagsResponse
- data ModifySelfservicePermissions = ModifySelfservicePermissions' Text SelfservicePermissions
- newModifySelfservicePermissions :: Text -> SelfservicePermissions -> ModifySelfservicePermissions
- data ModifySelfservicePermissionsResponse = ModifySelfservicePermissionsResponse' Int
- newModifySelfservicePermissionsResponse :: Int -> ModifySelfservicePermissionsResponse
- data DescribeWorkspacesConnectionStatus = DescribeWorkspacesConnectionStatus' (Maybe Text) (Maybe (NonEmpty Text))
- newDescribeWorkspacesConnectionStatus :: DescribeWorkspacesConnectionStatus
- data DescribeWorkspacesConnectionStatusResponse = DescribeWorkspacesConnectionStatusResponse' (Maybe Text) (Maybe [WorkspaceConnectionStatus]) Int
- newDescribeWorkspacesConnectionStatusResponse :: Int -> DescribeWorkspacesConnectionStatusResponse
- data ModifyAccount = ModifyAccount' (Maybe DedicatedTenancySupportEnum) (Maybe Text)
- newModifyAccount :: ModifyAccount
- data ModifyAccountResponse = ModifyAccountResponse' Int
- newModifyAccountResponse :: Int -> ModifyAccountResponse
- data DescribeConnectionAliases = DescribeConnectionAliases' (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural)
- newDescribeConnectionAliases :: DescribeConnectionAliases
- data DescribeConnectionAliasesResponse = DescribeConnectionAliasesResponse' (Maybe Text) (Maybe (NonEmpty ConnectionAlias)) Int
- newDescribeConnectionAliasesResponse :: Int -> DescribeConnectionAliasesResponse
- data DeleteWorkspaceImage = DeleteWorkspaceImage' Text
- newDeleteWorkspaceImage :: Text -> DeleteWorkspaceImage
- data DeleteWorkspaceImageResponse = DeleteWorkspaceImageResponse' Int
- newDeleteWorkspaceImageResponse :: Int -> DeleteWorkspaceImageResponse
- data UpdateRulesOfIpGroup = UpdateRulesOfIpGroup' Text [IpRuleItem]
- newUpdateRulesOfIpGroup :: Text -> UpdateRulesOfIpGroup
- data UpdateRulesOfIpGroupResponse = UpdateRulesOfIpGroupResponse' Int
- newUpdateRulesOfIpGroupResponse :: Int -> UpdateRulesOfIpGroupResponse
- data UpdateWorkspaceBundle = UpdateWorkspaceBundle' (Maybe Text) (Maybe Text)
- newUpdateWorkspaceBundle :: UpdateWorkspaceBundle
- data UpdateWorkspaceBundleResponse = UpdateWorkspaceBundleResponse' Int
- newUpdateWorkspaceBundleResponse :: Int -> UpdateWorkspaceBundleResponse
- data DeleteWorkspaceBundle = DeleteWorkspaceBundle' (Maybe Text)
- newDeleteWorkspaceBundle :: DeleteWorkspaceBundle
- data DeleteWorkspaceBundleResponse = DeleteWorkspaceBundleResponse' Int
- newDeleteWorkspaceBundleResponse :: Int -> DeleteWorkspaceBundleResponse
- data DeleteTags = DeleteTags' Text [Text]
- newDeleteTags :: Text -> DeleteTags
- data DeleteTagsResponse = DeleteTagsResponse' Int
- newDeleteTagsResponse :: Int -> DeleteTagsResponse
- data ListAvailableManagementCidrRanges = ListAvailableManagementCidrRanges' (Maybe Text) (Maybe Natural) Text
- newListAvailableManagementCidrRanges :: Text -> ListAvailableManagementCidrRanges
- data ListAvailableManagementCidrRangesResponse = ListAvailableManagementCidrRangesResponse' (Maybe Text) (Maybe [Text]) Int
- newListAvailableManagementCidrRangesResponse :: Int -> ListAvailableManagementCidrRangesResponse
- data DescribeClientProperties = DescribeClientProperties' (NonEmpty Text)
- newDescribeClientProperties :: NonEmpty Text -> DescribeClientProperties
- data DescribeClientPropertiesResponse = DescribeClientPropertiesResponse' (Maybe [ClientPropertiesResult]) Int
- newDescribeClientPropertiesResponse :: Int -> DescribeClientPropertiesResponse
- data CreateWorkspaceBundle = CreateWorkspaceBundle' (Maybe RootStorage) (Maybe [Tag]) Text Text Text ComputeType UserStorage
- newCreateWorkspaceBundle :: Text -> Text -> Text -> ComputeType -> UserStorage -> CreateWorkspaceBundle
- data CreateWorkspaceBundleResponse = CreateWorkspaceBundleResponse' (Maybe WorkspaceBundle) Int
- newCreateWorkspaceBundleResponse :: Int -> CreateWorkspaceBundleResponse
- data ModifyWorkspaceCreationProperties = ModifyWorkspaceCreationProperties' Text WorkspaceCreationProperties
- newModifyWorkspaceCreationProperties :: Text -> WorkspaceCreationProperties -> ModifyWorkspaceCreationProperties
- data ModifyWorkspaceCreationPropertiesResponse = ModifyWorkspaceCreationPropertiesResponse' Int
- newModifyWorkspaceCreationPropertiesResponse :: Int -> ModifyWorkspaceCreationPropertiesResponse
- data ModifyWorkspaceState = ModifyWorkspaceState' Text TargetWorkspaceState
- newModifyWorkspaceState :: Text -> TargetWorkspaceState -> ModifyWorkspaceState
- data ModifyWorkspaceStateResponse = ModifyWorkspaceStateResponse' Int
- newModifyWorkspaceStateResponse :: Int -> ModifyWorkspaceStateResponse
- data UpdateConnectionAliasPermission = UpdateConnectionAliasPermission' Text ConnectionAliasPermission
- newUpdateConnectionAliasPermission :: Text -> ConnectionAliasPermission -> UpdateConnectionAliasPermission
- data UpdateConnectionAliasPermissionResponse = UpdateConnectionAliasPermissionResponse' Int
- newUpdateConnectionAliasPermissionResponse :: Int -> UpdateConnectionAliasPermissionResponse
- data CopyWorkspaceImage = CopyWorkspaceImage' (Maybe [Tag]) (Maybe Text) Text Text Text
- newCopyWorkspaceImage :: Text -> Text -> Text -> CopyWorkspaceImage
- data CopyWorkspaceImageResponse = CopyWorkspaceImageResponse' (Maybe Text) Int
- newCopyWorkspaceImageResponse :: Int -> CopyWorkspaceImageResponse
- data RebuildWorkspaces = RebuildWorkspaces' (NonEmpty RebuildRequest)
- newRebuildWorkspaces :: NonEmpty RebuildRequest -> RebuildWorkspaces
- data RebuildWorkspacesResponse = RebuildWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newRebuildWorkspacesResponse :: Int -> RebuildWorkspacesResponse
- data DescribeWorkspaceSnapshots = DescribeWorkspaceSnapshots' Text
- newDescribeWorkspaceSnapshots :: Text -> DescribeWorkspaceSnapshots
- data DescribeWorkspaceSnapshotsResponse = DescribeWorkspaceSnapshotsResponse' (Maybe [Snapshot]) (Maybe [Snapshot]) Int
- newDescribeWorkspaceSnapshotsResponse :: Int -> DescribeWorkspaceSnapshotsResponse
- data DescribeWorkspaceImagePermissions = DescribeWorkspaceImagePermissions' (Maybe Text) (Maybe Natural) Text
- newDescribeWorkspaceImagePermissions :: Text -> DescribeWorkspaceImagePermissions
- data DescribeWorkspaceImagePermissionsResponse = DescribeWorkspaceImagePermissionsResponse' (Maybe [ImagePermission]) (Maybe Text) (Maybe Text) Int
- newDescribeWorkspaceImagePermissionsResponse :: Int -> DescribeWorkspaceImagePermissionsResponse
- data RebootWorkspaces = RebootWorkspaces' (NonEmpty RebootRequest)
- newRebootWorkspaces :: NonEmpty RebootRequest -> RebootWorkspaces
- data RebootWorkspacesResponse = RebootWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newRebootWorkspacesResponse :: Int -> RebootWorkspacesResponse
- data DescribeAccount = DescribeAccount' {
- newDescribeAccount :: DescribeAccount
- data DescribeAccountResponse = DescribeAccountResponse' (Maybe DedicatedTenancySupportResultEnum) (Maybe Text) Int
- newDescribeAccountResponse :: Int -> DescribeAccountResponse
- data RevokeIpRules = RevokeIpRules' Text [Text]
- newRevokeIpRules :: Text -> RevokeIpRules
- data RevokeIpRulesResponse = RevokeIpRulesResponse' Int
- newRevokeIpRulesResponse :: Int -> RevokeIpRulesResponse
- data ModifyWorkspaceProperties = ModifyWorkspaceProperties' Text WorkspaceProperties
- newModifyWorkspaceProperties :: Text -> WorkspaceProperties -> ModifyWorkspaceProperties
- data ModifyWorkspacePropertiesResponse = ModifyWorkspacePropertiesResponse' Int
- newModifyWorkspacePropertiesResponse :: Int -> ModifyWorkspacePropertiesResponse
- data DescribeWorkspaceImages = DescribeWorkspaceImages' (Maybe ImageType) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural)
- newDescribeWorkspaceImages :: DescribeWorkspaceImages
- data DescribeWorkspaceImagesResponse = DescribeWorkspaceImagesResponse' (Maybe Text) (Maybe [WorkspaceImage]) Int
- newDescribeWorkspaceImagesResponse :: Int -> DescribeWorkspaceImagesResponse
- data DescribeAccountModifications = DescribeAccountModifications' (Maybe Text)
- newDescribeAccountModifications :: DescribeAccountModifications
- data DescribeAccountModificationsResponse = DescribeAccountModificationsResponse' (Maybe Text) (Maybe [AccountModification]) Int
- newDescribeAccountModificationsResponse :: Int -> DescribeAccountModificationsResponse
- data AssociateIpGroups = AssociateIpGroups' Text [Text]
- newAssociateIpGroups :: Text -> AssociateIpGroups
- data AssociateIpGroupsResponse = AssociateIpGroupsResponse' Int
- newAssociateIpGroupsResponse :: Int -> AssociateIpGroupsResponse
- data DeleteConnectionAlias = DeleteConnectionAlias' Text
- newDeleteConnectionAlias :: Text -> DeleteConnectionAlias
- data DeleteConnectionAliasResponse = DeleteConnectionAliasResponse' Int
- newDeleteConnectionAliasResponse :: Int -> DeleteConnectionAliasResponse
- data StartWorkspaces = StartWorkspaces' (NonEmpty StartRequest)
- newStartWorkspaces :: NonEmpty StartRequest -> StartWorkspaces
- data StartWorkspacesResponse = StartWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newStartWorkspacesResponse :: Int -> StartWorkspacesResponse
- data StopWorkspaces = StopWorkspaces' (NonEmpty StopRequest)
- newStopWorkspaces :: NonEmpty StopRequest -> StopWorkspaces
- data StopWorkspacesResponse = StopWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newStopWorkspacesResponse :: Int -> StopWorkspacesResponse
- data DescribeWorkspaces = DescribeWorkspaces' (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Natural)
- newDescribeWorkspaces :: DescribeWorkspaces
- data DescribeWorkspacesResponse = DescribeWorkspacesResponse' (Maybe Text) (Maybe [Workspace]) Int
- newDescribeWorkspacesResponse :: Int -> DescribeWorkspacesResponse
- data ModifyClientProperties = ModifyClientProperties' Text ClientProperties
- newModifyClientProperties :: Text -> ClientProperties -> ModifyClientProperties
- data ModifyClientPropertiesResponse = ModifyClientPropertiesResponse' Int
- newModifyClientPropertiesResponse :: Int -> ModifyClientPropertiesResponse
- data UpdateWorkspaceImagePermission = UpdateWorkspaceImagePermission' Text Bool Text
- newUpdateWorkspaceImagePermission :: Text -> Bool -> Text -> UpdateWorkspaceImagePermission
- data UpdateWorkspaceImagePermissionResponse = UpdateWorkspaceImagePermissionResponse' Int
- newUpdateWorkspaceImagePermissionResponse :: Int -> UpdateWorkspaceImagePermissionResponse
- data DescribeIpGroups = DescribeIpGroups' (Maybe Text) (Maybe [Text]) (Maybe Natural)
- newDescribeIpGroups :: DescribeIpGroups
- data DescribeIpGroupsResponse = DescribeIpGroupsResponse' (Maybe Text) (Maybe [WorkspacesIpGroup]) Int
- newDescribeIpGroupsResponse :: Int -> DescribeIpGroupsResponse
- data ModifyWorkspaceAccessProperties = ModifyWorkspaceAccessProperties' Text WorkspaceAccessProperties
- newModifyWorkspaceAccessProperties :: Text -> WorkspaceAccessProperties -> ModifyWorkspaceAccessProperties
- data ModifyWorkspaceAccessPropertiesResponse = ModifyWorkspaceAccessPropertiesResponse' Int
- newModifyWorkspaceAccessPropertiesResponse :: Int -> ModifyWorkspaceAccessPropertiesResponse
- data RestoreWorkspace = RestoreWorkspace' Text
- newRestoreWorkspace :: Text -> RestoreWorkspace
- data RestoreWorkspaceResponse = RestoreWorkspaceResponse' Int
- newRestoreWorkspaceResponse :: Int -> RestoreWorkspaceResponse
- data RegisterWorkspaceDirectory = RegisterWorkspaceDirectory' (Maybe [Text]) (Maybe Tenancy) (Maybe [Tag]) (Maybe Bool) Text Bool
- newRegisterWorkspaceDirectory :: Text -> Bool -> RegisterWorkspaceDirectory
- data RegisterWorkspaceDirectoryResponse = RegisterWorkspaceDirectoryResponse' Int
- newRegisterWorkspaceDirectoryResponse :: Int -> RegisterWorkspaceDirectoryResponse
- data CreateTags = CreateTags' Text [Tag]
- newCreateTags :: Text -> CreateTags
- data CreateTagsResponse = CreateTagsResponse' Int
- newCreateTagsResponse :: Int -> CreateTagsResponse
- data DescribeConnectionAliasPermissions = DescribeConnectionAliasPermissions' (Maybe Text) (Maybe Natural) Text
- newDescribeConnectionAliasPermissions :: Text -> DescribeConnectionAliasPermissions
- data DescribeConnectionAliasPermissionsResponse = DescribeConnectionAliasPermissionsResponse' (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasPermission)) Int
- newDescribeConnectionAliasPermissionsResponse :: Int -> DescribeConnectionAliasPermissionsResponse
- data CreateIpGroup = CreateIpGroup' (Maybe [IpRuleItem]) (Maybe Text) (Maybe [Tag]) Text
- newCreateIpGroup :: Text -> CreateIpGroup
- data CreateIpGroupResponse = CreateIpGroupResponse' (Maybe Text) Int
- newCreateIpGroupResponse :: Int -> CreateIpGroupResponse
- data DisassociateConnectionAlias = DisassociateConnectionAlias' Text
- newDisassociateConnectionAlias :: Text -> DisassociateConnectionAlias
- data DisassociateConnectionAliasResponse = DisassociateConnectionAliasResponse' Int
- newDisassociateConnectionAliasResponse :: Int -> DisassociateConnectionAliasResponse
- data CreateWorkspaces = CreateWorkspaces' (NonEmpty WorkspaceRequest)
- newCreateWorkspaces :: NonEmpty WorkspaceRequest -> CreateWorkspaces
- data CreateWorkspacesResponse = CreateWorkspacesResponse' (Maybe [FailedCreateWorkspaceRequest]) (Maybe [Workspace]) Int
- newCreateWorkspacesResponse :: Int -> CreateWorkspacesResponse
- newtype AccessPropertyValue where
- newtype Application where
- Application' { }
- pattern Application_Microsoft_Office_2016 :: Application
- pattern Application_Microsoft_Office_2019 :: Application
- newtype AssociationStatus where
- AssociationStatus' { }
- pattern AssociationStatus_ASSOCIATED_WITH_OWNER_ACCOUNT :: AssociationStatus
- pattern AssociationStatus_ASSOCIATED_WITH_SHARED_ACCOUNT :: AssociationStatus
- pattern AssociationStatus_NOT_ASSOCIATED :: AssociationStatus
- pattern AssociationStatus_PENDING_ASSOCIATION :: AssociationStatus
- pattern AssociationStatus_PENDING_DISASSOCIATION :: AssociationStatus
- newtype Compute where
- Compute' {
- fromCompute :: Text
- pattern Compute_GRAPHICS :: Compute
- pattern Compute_GRAPHICSPRO :: Compute
- pattern Compute_PERFORMANCE :: Compute
- pattern Compute_POWER :: Compute
- pattern Compute_POWERPRO :: Compute
- pattern Compute_STANDARD :: Compute
- pattern Compute_VALUE :: Compute
- Compute' {
- newtype ConnectionAliasState where
- newtype ConnectionState where
- ConnectionState' { }
- pattern ConnectionState_CONNECTED :: ConnectionState
- pattern ConnectionState_DISCONNECTED :: ConnectionState
- pattern ConnectionState_UNKNOWN :: ConnectionState
- newtype DedicatedTenancyModificationStateEnum where
- DedicatedTenancyModificationStateEnum' { }
- pattern DedicatedTenancyModificationStateEnum_COMPLETED :: DedicatedTenancyModificationStateEnum
- pattern DedicatedTenancyModificationStateEnum_FAILED :: DedicatedTenancyModificationStateEnum
- pattern DedicatedTenancyModificationStateEnum_PENDING :: DedicatedTenancyModificationStateEnum
- newtype DedicatedTenancySupportEnum where
- newtype DedicatedTenancySupportResultEnum where
- newtype ImageType where
- ImageType' { }
- pattern ImageType_OWNED :: ImageType
- pattern ImageType_SHARED :: ImageType
- newtype ModificationResourceEnum where
- newtype ModificationStateEnum where
- newtype OperatingSystemType where
- newtype ReconnectEnum where
- ReconnectEnum' { }
- pattern ReconnectEnum_DISABLED :: ReconnectEnum
- pattern ReconnectEnum_ENABLED :: ReconnectEnum
- newtype RunningMode where
- RunningMode' { }
- pattern RunningMode_ALWAYS_ON :: RunningMode
- pattern RunningMode_AUTO_STOP :: RunningMode
- newtype TargetWorkspaceState where
- newtype Tenancy where
- Tenancy' {
- fromTenancy :: Text
- pattern Tenancy_DEDICATED :: Tenancy
- pattern Tenancy_SHARED :: Tenancy
- Tenancy' {
- newtype WorkspaceDirectoryState where
- WorkspaceDirectoryState' { }
- pattern WorkspaceDirectoryState_DEREGISTERED :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_DEREGISTERING :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_ERROR :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_REGISTERED :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_REGISTERING :: WorkspaceDirectoryState
- newtype WorkspaceDirectoryType where
- newtype WorkspaceImageIngestionProcess where
- WorkspaceImageIngestionProcess' { }
- pattern WorkspaceImageIngestionProcess_BYOL_GRAPHICS :: WorkspaceImageIngestionProcess
- pattern WorkspaceImageIngestionProcess_BYOL_GRAPHICSPRO :: WorkspaceImageIngestionProcess
- pattern WorkspaceImageIngestionProcess_BYOL_REGULAR :: WorkspaceImageIngestionProcess
- pattern WorkspaceImageIngestionProcess_BYOL_REGULAR_WSP :: WorkspaceImageIngestionProcess
- newtype WorkspaceImageRequiredTenancy where
- newtype WorkspaceImageState where
- newtype WorkspaceState where
- WorkspaceState' { }
- pattern WorkspaceState_ADMIN_MAINTENANCE :: WorkspaceState
- pattern WorkspaceState_AVAILABLE :: WorkspaceState
- pattern WorkspaceState_ERROR :: WorkspaceState
- pattern WorkspaceState_IMPAIRED :: WorkspaceState
- pattern WorkspaceState_MAINTENANCE :: WorkspaceState
- pattern WorkspaceState_PENDING :: WorkspaceState
- pattern WorkspaceState_REBOOTING :: WorkspaceState
- pattern WorkspaceState_REBUILDING :: WorkspaceState
- pattern WorkspaceState_RESTORING :: WorkspaceState
- pattern WorkspaceState_STARTING :: WorkspaceState
- pattern WorkspaceState_STOPPED :: WorkspaceState
- pattern WorkspaceState_STOPPING :: WorkspaceState
- pattern WorkspaceState_SUSPENDED :: WorkspaceState
- pattern WorkspaceState_TERMINATED :: WorkspaceState
- pattern WorkspaceState_TERMINATING :: WorkspaceState
- pattern WorkspaceState_UNHEALTHY :: WorkspaceState
- pattern WorkspaceState_UPDATING :: WorkspaceState
- data AccountModification = AccountModification' (Maybe DedicatedTenancySupportResultEnum) (Maybe POSIX) (Maybe DedicatedTenancyModificationStateEnum) (Maybe Text) (Maybe Text) (Maybe Text)
- newAccountModification :: AccountModification
- data ClientProperties = ClientProperties' (Maybe ReconnectEnum)
- newClientProperties :: ClientProperties
- data ClientPropertiesResult = ClientPropertiesResult' (Maybe Text) (Maybe ClientProperties)
- newClientPropertiesResult :: ClientPropertiesResult
- data ComputeType = ComputeType' (Maybe Compute)
- newComputeType :: ComputeType
- data ConnectionAlias = ConnectionAlias' (Maybe ConnectionAliasState) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasAssociation))
- newConnectionAlias :: ConnectionAlias
- data ConnectionAliasAssociation = ConnectionAliasAssociation' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe AssociationStatus)
- newConnectionAliasAssociation :: ConnectionAliasAssociation
- data ConnectionAliasPermission = ConnectionAliasPermission' Text Bool
- newConnectionAliasPermission :: Text -> Bool -> ConnectionAliasPermission
- data DefaultWorkspaceCreationProperties = DefaultWorkspaceCreationProperties' (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe Bool)
- newDefaultWorkspaceCreationProperties :: DefaultWorkspaceCreationProperties
- data FailedCreateWorkspaceRequest = FailedCreateWorkspaceRequest' (Maybe WorkspaceRequest) (Maybe Text) (Maybe Text)
- newFailedCreateWorkspaceRequest :: FailedCreateWorkspaceRequest
- data FailedWorkspaceChangeRequest = FailedWorkspaceChangeRequest' (Maybe Text) (Maybe Text) (Maybe Text)
- newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest
- data ImagePermission = ImagePermission' (Maybe Text)
- newImagePermission :: ImagePermission
- data IpRuleItem = IpRuleItem' (Maybe Text) (Maybe Text)
- newIpRuleItem :: IpRuleItem
- data ModificationState = ModificationState' (Maybe ModificationStateEnum) (Maybe ModificationResourceEnum)
- newModificationState :: ModificationState
- data OperatingSystem = OperatingSystem' (Maybe OperatingSystemType)
- newOperatingSystem :: OperatingSystem
- data RebootRequest = RebootRequest' Text
- newRebootRequest :: Text -> RebootRequest
- data RebuildRequest = RebuildRequest' Text
- newRebuildRequest :: Text -> RebuildRequest
- data RootStorage = RootStorage' (Maybe Text)
- newRootStorage :: RootStorage
- data SelfservicePermissions = SelfservicePermissions' (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum)
- newSelfservicePermissions :: SelfservicePermissions
- data Snapshot = Snapshot' (Maybe POSIX)
- newSnapshot :: Snapshot
- data StartRequest = StartRequest' (Maybe Text)
- newStartRequest :: StartRequest
- data StopRequest = StopRequest' (Maybe Text)
- newStopRequest :: StopRequest
- data Tag = Tag' (Maybe Text) Text
- newTag :: Text -> Tag
- data TerminateRequest = TerminateRequest' Text
- newTerminateRequest :: Text -> TerminateRequest
- data UserStorage = UserStorage' (Maybe Text)
- newUserStorage :: UserStorage
- data Workspace = Workspace' (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe [ModificationState]) (Maybe WorkspaceState) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newWorkspace :: Workspace
- data WorkspaceAccessProperties = WorkspaceAccessProperties' (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue)
- newWorkspaceAccessProperties :: WorkspaceAccessProperties
- data WorkspaceBundle = WorkspaceBundle' (Maybe RootStorage) (Maybe POSIX) (Maybe Text) (Maybe UserStorage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ComputeType) (Maybe POSIX)
- newWorkspaceBundle :: WorkspaceBundle
- data WorkspaceConnectionStatus = WorkspaceConnectionStatus' (Maybe ConnectionState) (Maybe Text) (Maybe POSIX) (Maybe POSIX)
- newWorkspaceConnectionStatus :: WorkspaceConnectionStatus
- data WorkspaceCreationProperties = WorkspaceCreationProperties' (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe Bool)
- newWorkspaceCreationProperties :: WorkspaceCreationProperties
- data WorkspaceDirectory = WorkspaceDirectory' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe WorkspaceAccessProperties) (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe Tenancy) (Maybe WorkspaceDirectoryState) (Maybe Text) (Maybe Text) (Maybe WorkspaceDirectoryType) (Maybe SelfservicePermissions) (Maybe Text) (Maybe [Text]) (Maybe DefaultWorkspaceCreationProperties)
- newWorkspaceDirectory :: WorkspaceDirectory
- data WorkspaceImage = WorkspaceImage' (Maybe Text) (Maybe Text) (Maybe WorkspaceImageState) (Maybe Text) (Maybe WorkspaceImageRequiredTenancy) (Maybe Text) (Maybe POSIX) (Maybe OperatingSystem) (Maybe Text) (Maybe Text)
- newWorkspaceImage :: WorkspaceImage
- data WorkspaceProperties = WorkspaceProperties' (Maybe Int) (Maybe RunningMode) (Maybe Int) (Maybe Int) (Maybe Compute)
- newWorkspaceProperties :: WorkspaceProperties
- data WorkspaceRequest = WorkspaceRequest' (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe [Tag]) Text Text Text
- newWorkspaceRequest :: Text -> Text -> Text -> WorkspaceRequest
- data WorkspacesIpGroup = WorkspacesIpGroup' (Maybe [IpRuleItem]) (Maybe Text) (Maybe Text) (Maybe Text)
- newWorkspacesIpGroup :: WorkspacesIpGroup
Service Configuration
defaultService :: Service Source #
API version 2015-04-08 of the Amazon WorkSpaces SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by WorkSpaces.
ResourceUnavailableException
_ResourceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource is not available.
UnsupportedNetworkConfigurationException
_UnsupportedNetworkConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces.
OperationNotSupportedException
_OperationNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
This operation is not supported.
ResourceLimitExceededException
_ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Your resource limits have been exceeded.
ResourceAlreadyExistsException
_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource already exists.
OperationInProgressException
_OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The properties of this WorkSpace are currently being modified. Try again in a moment.
WorkspacesDefaultRoleNotFoundException
_WorkspacesDefaultRoleNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
ResourceAssociatedException
_ResourceAssociatedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource is associated with a directory.
UnsupportedWorkspaceConfigurationException
_UnsupportedWorkspaceConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces .
InvalidParameterValuesException
_InvalidParameterValuesException :: AsError a => Getting (First ServiceError) a ServiceError Source #
One or more parameter values are not valid.
ResourceCreationFailedException
_ResourceCreationFailedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource could not be created.
AccessDeniedException
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The user is not authorized to access a resource.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource could not be found.
InvalidResourceStateException
_InvalidResourceStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The state of the resource is not valid for this operation.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
AuthorizeIpRules
data AuthorizeIpRules Source #
See: newAuthorizeIpRules smart constructor.
Constructors
| AuthorizeIpRules' Text [IpRuleItem] |
Instances
Arguments
| :: Text | |
| -> AuthorizeIpRules |
Create a value of AuthorizeIpRules with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:AuthorizeIpRules', authorizeIpRules_groupId - The identifier of the group.
$sel:userRules:AuthorizeIpRules', authorizeIpRules_userRules - The rules to add to the group.
data AuthorizeIpRulesResponse Source #
See: newAuthorizeIpRulesResponse smart constructor.
Constructors
| AuthorizeIpRulesResponse' Int |
Instances
newAuthorizeIpRulesResponse Source #
Create a value of AuthorizeIpRulesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:AuthorizeIpRulesResponse', authorizeIpRulesResponse_httpStatus - The response's http status code.
ImportWorkspaceImage
data ImportWorkspaceImage Source #
See: newImportWorkspaceImage smart constructor.
Constructors
| ImportWorkspaceImage' (Maybe [Tag]) (Maybe (NonEmpty Application)) Text WorkspaceImageIngestionProcess Text Text |
Instances
newImportWorkspaceImage Source #
Arguments
| :: Text | |
| -> WorkspaceImageIngestionProcess | |
| -> Text | |
| -> Text | |
| -> ImportWorkspaceImage |
Create a value of ImportWorkspaceImage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ImportWorkspaceImage', importWorkspaceImage_tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.
$sel:applications:ImportWorkspaceImage', importWorkspaceImage_applications - If specified, the version of Microsoft Office to subscribe to. Valid
only for Windows 10 BYOL images. For more information about subscribing
to Office for BYOL images, see
Bring Your Own Windows Desktop Licenses.
Although this parameter is an array, only one item is allowed at this time.
$sel:ec2ImageId:ImportWorkspaceImage', importWorkspaceImage_ec2ImageId - The identifier of the EC2 image.
$sel:ingestionProcess:ImportWorkspaceImage', importWorkspaceImage_ingestionProcess - The ingestion process to be used when importing the image, depending on
which protocol you want to use for your BYOL Workspace image, either
PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP, specify a
value that ends in _WSP. To use PCoIP, specify a value that does not
end in _WSP.
For non-GPU-enabled bundles (bundles other than Graphics or
GraphicsPro), specify BYOL_REGULAR or BYOL_REGULAR_WSP, depending on
the protocol.
$sel:imageName:ImportWorkspaceImage', importWorkspaceImage_imageName - The name of the WorkSpace image.
$sel:imageDescription:ImportWorkspaceImage', importWorkspaceImage_imageDescription - The description of the WorkSpace image.
data ImportWorkspaceImageResponse Source #
See: newImportWorkspaceImageResponse smart constructor.
Constructors
| ImportWorkspaceImageResponse' (Maybe Text) Int |
Instances
newImportWorkspaceImageResponse Source #
Create a value of ImportWorkspaceImageResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageId:ImportWorkspaceImageResponse', importWorkspaceImageResponse_imageId - The identifier of the WorkSpace image.
$sel:httpStatus:ImportWorkspaceImageResponse', importWorkspaceImageResponse_httpStatus - The response's http status code.
DescribeWorkspaceDirectories (Paginated)
data DescribeWorkspaceDirectories Source #
See: newDescribeWorkspaceDirectories smart constructor.
Instances
newDescribeWorkspaceDirectories :: DescribeWorkspaceDirectories Source #
Create a value of DescribeWorkspaceDirectories with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaceDirectories', describeWorkspaceDirectories_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:directoryIds:DescribeWorkspaceDirectories', describeWorkspaceDirectories_directoryIds - The identifiers of the directories. If the value is null, all
directories are retrieved.
$sel:limit:DescribeWorkspaceDirectories', describeWorkspaceDirectories_limit - The maximum number of directories to return.
data DescribeWorkspaceDirectoriesResponse Source #
See: newDescribeWorkspaceDirectoriesResponse smart constructor.
Constructors
| DescribeWorkspaceDirectoriesResponse' (Maybe Text) (Maybe [WorkspaceDirectory]) Int |
Instances
newDescribeWorkspaceDirectoriesResponse Source #
Arguments
| :: Int | |
| -> DescribeWorkspaceDirectoriesResponse |
Create a value of DescribeWorkspaceDirectoriesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaceDirectories', describeWorkspaceDirectoriesResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:directories:DescribeWorkspaceDirectoriesResponse', describeWorkspaceDirectoriesResponse_directories - Information about the directories.
$sel:httpStatus:DescribeWorkspaceDirectoriesResponse', describeWorkspaceDirectoriesResponse_httpStatus - The response's http status code.
DescribeWorkspaceBundles (Paginated)
data DescribeWorkspaceBundles Source #
See: newDescribeWorkspaceBundles smart constructor.
Instances
newDescribeWorkspaceBundles :: DescribeWorkspaceBundles Source #
Create a value of DescribeWorkspaceBundles with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaceBundles', describeWorkspaceBundles_nextToken - The token for the next set of results. (You received this token from a
previous call.)
$sel:owner:DescribeWorkspaceBundles', describeWorkspaceBundles_owner - The owner of the bundles. You cannot combine this parameter with any
other filter.
To describe the bundles provided by AWS, specify AMAZON. To describe
the bundles that belong to your account, don't specify a value.
$sel:bundleIds:DescribeWorkspaceBundles', describeWorkspaceBundles_bundleIds - The identifiers of the bundles. You cannot combine this parameter with
any other filter.
data DescribeWorkspaceBundlesResponse Source #
See: newDescribeWorkspaceBundlesResponse smart constructor.
Constructors
| DescribeWorkspaceBundlesResponse' (Maybe Text) (Maybe [WorkspaceBundle]) Int |
Instances
newDescribeWorkspaceBundlesResponse Source #
Create a value of DescribeWorkspaceBundlesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaceBundles', describeWorkspaceBundlesResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return. This token is valid for
one day and must be used within that time frame.
$sel:bundles:DescribeWorkspaceBundlesResponse', describeWorkspaceBundlesResponse_bundles - Information about the bundles.
$sel:httpStatus:DescribeWorkspaceBundlesResponse', describeWorkspaceBundlesResponse_httpStatus - The response's http status code.
DeleteIpGroup
data DeleteIpGroup Source #
See: newDeleteIpGroup smart constructor.
Constructors
| DeleteIpGroup' Text |
Instances
Arguments
| :: Text | |
| -> DeleteIpGroup |
Create a value of DeleteIpGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:DeleteIpGroup', deleteIpGroup_groupId - The identifier of the IP access control group.
data DeleteIpGroupResponse Source #
See: newDeleteIpGroupResponse smart constructor.
Constructors
| DeleteIpGroupResponse' Int |
Instances
newDeleteIpGroupResponse Source #
Create a value of DeleteIpGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteIpGroupResponse', deleteIpGroupResponse_httpStatus - The response's http status code.
TerminateWorkspaces
data TerminateWorkspaces Source #
See: newTerminateWorkspaces smart constructor.
Constructors
| TerminateWorkspaces' (NonEmpty TerminateRequest) |
Instances
newTerminateWorkspaces Source #
Arguments
| :: NonEmpty TerminateRequest | |
| -> TerminateWorkspaces |
Create a value of TerminateWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:terminateWorkspaceRequests:TerminateWorkspaces', terminateWorkspaces_terminateWorkspaceRequests - The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.
data TerminateWorkspacesResponse Source #
See: newTerminateWorkspacesResponse smart constructor.
Constructors
| TerminateWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int |
Instances
newTerminateWorkspacesResponse Source #
Create a value of TerminateWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failedRequests:TerminateWorkspacesResponse', terminateWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be terminated.
$sel:httpStatus:TerminateWorkspacesResponse', terminateWorkspacesResponse_httpStatus - The response's http status code.
DisassociateIpGroups
data DisassociateIpGroups Source #
See: newDisassociateIpGroups smart constructor.
Constructors
| DisassociateIpGroups' Text [Text] |
Instances
newDisassociateIpGroups Source #
Create a value of DisassociateIpGroups with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryId:DisassociateIpGroups', disassociateIpGroups_directoryId - The identifier of the directory.
$sel:groupIds:DisassociateIpGroups', disassociateIpGroups_groupIds - The identifiers of one or more IP access control groups.
data DisassociateIpGroupsResponse Source #
See: newDisassociateIpGroupsResponse smart constructor.
Constructors
| DisassociateIpGroupsResponse' Int |
Instances
newDisassociateIpGroupsResponse Source #
Create a value of DisassociateIpGroupsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DisassociateIpGroupsResponse', disassociateIpGroupsResponse_httpStatus - The response's http status code.
DeregisterWorkspaceDirectory
data DeregisterWorkspaceDirectory Source #
See: newDeregisterWorkspaceDirectory smart constructor.
Constructors
| DeregisterWorkspaceDirectory' Text |
Instances
newDeregisterWorkspaceDirectory Source #
Create a value of DeregisterWorkspaceDirectory with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryId:DeregisterWorkspaceDirectory', deregisterWorkspaceDirectory_directoryId - The identifier of the directory. If any WorkSpaces are registered to
this directory, you must remove them before you deregister the
directory, or you will receive an OperationNotSupportedException error.
data DeregisterWorkspaceDirectoryResponse Source #
See: newDeregisterWorkspaceDirectoryResponse smart constructor.
Constructors
| DeregisterWorkspaceDirectoryResponse' Int |
Instances
newDeregisterWorkspaceDirectoryResponse Source #
Arguments
| :: Int | |
| -> DeregisterWorkspaceDirectoryResponse |
Create a value of DeregisterWorkspaceDirectoryResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeregisterWorkspaceDirectoryResponse', deregisterWorkspaceDirectoryResponse_httpStatus - The response's http status code.
AssociateConnectionAlias
data AssociateConnectionAlias Source #
See: newAssociateConnectionAlias smart constructor.
Constructors
| AssociateConnectionAlias' Text Text |
Instances
newAssociateConnectionAlias Source #
Arguments
| :: Text | |
| -> Text | |
| -> AssociateConnectionAlias |
Create a value of AssociateConnectionAlias with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:aliasId:AssociateConnectionAlias', associateConnectionAlias_aliasId - The identifier of the connection alias.
$sel:resourceId:AssociateConnectionAlias', associateConnectionAlias_resourceId - The identifier of the directory to associate the connection alias with.
data AssociateConnectionAliasResponse Source #
See: newAssociateConnectionAliasResponse smart constructor.
Constructors
| AssociateConnectionAliasResponse' (Maybe Text) Int |
Instances
newAssociateConnectionAliasResponse Source #
Create a value of AssociateConnectionAliasResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionIdentifier:AssociateConnectionAliasResponse', associateConnectionAliasResponse_connectionIdentifier - The identifier of the connection alias association. You use the
connection identifier in the DNS TXT record when you're configuring
your DNS routing policies.
$sel:httpStatus:AssociateConnectionAliasResponse', associateConnectionAliasResponse_httpStatus - The response's http status code.
CreateConnectionAlias
data CreateConnectionAlias Source #
See: newCreateConnectionAlias smart constructor.
Constructors
| CreateConnectionAlias' (Maybe [Tag]) Text |
Instances
newCreateConnectionAlias Source #
Create a value of CreateConnectionAlias with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:CreateConnectionAlias', createConnectionAlias_tags - The tags to associate with the connection alias.
$sel:connectionString:CreateConnectionAlias', createConnectionAlias_connectionString - A connection string in the form of a fully qualified domain name (FQDN),
such as www.example.com.
After you create a connection string, it is always associated to your AWS account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
data CreateConnectionAliasResponse Source #
See: newCreateConnectionAliasResponse smart constructor.
Constructors
| CreateConnectionAliasResponse' (Maybe Text) Int |
Instances
newCreateConnectionAliasResponse Source #
Create a value of CreateConnectionAliasResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:aliasId:CreateConnectionAliasResponse', createConnectionAliasResponse_aliasId - The identifier of the connection alias.
$sel:httpStatus:CreateConnectionAliasResponse', createConnectionAliasResponse_httpStatus - The response's http status code.
MigrateWorkspace
data MigrateWorkspace Source #
See: newMigrateWorkspace smart constructor.
Constructors
| MigrateWorkspace' Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> MigrateWorkspace |
Create a value of MigrateWorkspace with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceWorkspaceId:MigrateWorkspace', migrateWorkspace_sourceWorkspaceId - The identifier of the WorkSpace to migrate from.
$sel:bundleId:MigrateWorkspace', migrateWorkspace_bundleId - The identifier of the target bundle type to migrate the WorkSpace to.
data MigrateWorkspaceResponse Source #
See: newMigrateWorkspaceResponse smart constructor.
Instances
newMigrateWorkspaceResponse Source #
Create a value of MigrateWorkspaceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:targetWorkspaceId:MigrateWorkspaceResponse', migrateWorkspaceResponse_targetWorkspaceId - The new identifier of the WorkSpace that is being migrated. If the
migration does not succeed, the target WorkSpace ID will not be used,
and the WorkSpace will still have the original WorkSpace ID.
$sel:sourceWorkspaceId:MigrateWorkspace', migrateWorkspaceResponse_sourceWorkspaceId - The original identifier of the WorkSpace that is being migrated.
$sel:httpStatus:MigrateWorkspaceResponse', migrateWorkspaceResponse_httpStatus - The response's http status code.
DescribeTags
data DescribeTags Source #
See: newDescribeTags smart constructor.
Constructors
| DescribeTags' Text |
Instances
Arguments
| :: Text | |
| -> DescribeTags |
Create a value of DescribeTags with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:DescribeTags', describeTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types
are WorkSpaces, registered directories, images, custom bundles, IP
access control groups, and connection aliases.
data DescribeTagsResponse Source #
See: newDescribeTagsResponse smart constructor.
Constructors
| DescribeTagsResponse' (Maybe [Tag]) Int |
Instances
newDescribeTagsResponse Source #
Arguments
| :: Int | |
| -> DescribeTagsResponse |
Create a value of DescribeTagsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tagList:DescribeTagsResponse', describeTagsResponse_tagList - The tags.
$sel:httpStatus:DescribeTagsResponse', describeTagsResponse_httpStatus - The response's http status code.
ModifySelfservicePermissions
data ModifySelfservicePermissions Source #
See: newModifySelfservicePermissions smart constructor.
Constructors
| ModifySelfservicePermissions' Text SelfservicePermissions |
Instances
newModifySelfservicePermissions Source #
Arguments
| :: Text | |
| -> SelfservicePermissions | |
| -> ModifySelfservicePermissions |
Create a value of ModifySelfservicePermissions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:ModifySelfservicePermissions', modifySelfservicePermissions_resourceId - The identifier of the directory.
$sel:selfservicePermissions:ModifySelfservicePermissions', modifySelfservicePermissions_selfservicePermissions - The permissions to enable or disable self-service capabilities.
data ModifySelfservicePermissionsResponse Source #
See: newModifySelfservicePermissionsResponse smart constructor.
Constructors
| ModifySelfservicePermissionsResponse' Int |
Instances
newModifySelfservicePermissionsResponse Source #
Arguments
| :: Int | |
| -> ModifySelfservicePermissionsResponse |
Create a value of ModifySelfservicePermissionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifySelfservicePermissionsResponse', modifySelfservicePermissionsResponse_httpStatus - The response's http status code.
DescribeWorkspacesConnectionStatus (Paginated)
data DescribeWorkspacesConnectionStatus Source #
See: newDescribeWorkspacesConnectionStatus smart constructor.
Instances
newDescribeWorkspacesConnectionStatus :: DescribeWorkspacesConnectionStatus Source #
Create a value of DescribeWorkspacesConnectionStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspacesConnectionStatus', describeWorkspacesConnectionStatus_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:workspaceIds:DescribeWorkspacesConnectionStatus', describeWorkspacesConnectionStatus_workspaceIds - The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
data DescribeWorkspacesConnectionStatusResponse Source #
See: newDescribeWorkspacesConnectionStatusResponse smart constructor.
Constructors
| DescribeWorkspacesConnectionStatusResponse' (Maybe Text) (Maybe [WorkspaceConnectionStatus]) Int |
Instances
newDescribeWorkspacesConnectionStatusResponse Source #
Arguments
| :: Int | |
| -> DescribeWorkspacesConnectionStatusResponse |
Create a value of DescribeWorkspacesConnectionStatusResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspacesConnectionStatus', describeWorkspacesConnectionStatusResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:workspacesConnectionStatus:DescribeWorkspacesConnectionStatusResponse', describeWorkspacesConnectionStatusResponse_workspacesConnectionStatus - Information about the connection status of the WorkSpace.
$sel:httpStatus:DescribeWorkspacesConnectionStatusResponse', describeWorkspacesConnectionStatusResponse_httpStatus - The response's http status code.
ModifyAccount
data ModifyAccount Source #
See: newModifyAccount smart constructor.
Constructors
| ModifyAccount' (Maybe DedicatedTenancySupportEnum) (Maybe Text) |
Instances
newModifyAccount :: ModifyAccount Source #
Create a value of ModifyAccount with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dedicatedTenancySupport:ModifyAccount', modifyAccount_dedicatedTenancySupport - The status of BYOL.
$sel:dedicatedTenancyManagementCidrRange:ModifyAccount', modifyAccount_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the
management network interface. Specify an IP address range that is
compatible with your network and in CIDR notation (that is, specify the
range as an IPv4 CIDR block). The CIDR block size must be /16 (for
example, 203.0.113.25/16). It must also be specified as available by
the ListAvailableManagementCidrRanges operation.
data ModifyAccountResponse Source #
See: newModifyAccountResponse smart constructor.
Constructors
| ModifyAccountResponse' Int |
Instances
newModifyAccountResponse Source #
Create a value of ModifyAccountResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifyAccountResponse', modifyAccountResponse_httpStatus - The response's http status code.
DescribeConnectionAliases
data DescribeConnectionAliases Source #
See: newDescribeConnectionAliases smart constructor.
Constructors
| DescribeConnectionAliases' (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural) |
Instances
newDescribeConnectionAliases :: DescribeConnectionAliases Source #
Create a value of DescribeConnectionAliases with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:DescribeConnectionAliases', describeConnectionAliases_resourceId - The identifier of the directory associated with the connection alias.
$sel:nextToken:DescribeConnectionAliases', describeConnectionAliases_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:aliasIds:DescribeConnectionAliases', describeConnectionAliases_aliasIds - The identifiers of the connection aliases to describe.
$sel:limit:DescribeConnectionAliases', describeConnectionAliases_limit - The maximum number of connection aliases to return.
data DescribeConnectionAliasesResponse Source #
See: newDescribeConnectionAliasesResponse smart constructor.
Constructors
| DescribeConnectionAliasesResponse' (Maybe Text) (Maybe (NonEmpty ConnectionAlias)) Int |
Instances
newDescribeConnectionAliasesResponse Source #
Arguments
| :: Int | |
| -> DescribeConnectionAliasesResponse |
Create a value of DescribeConnectionAliasesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeConnectionAliases', describeConnectionAliasesResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:connectionAliases:DescribeConnectionAliasesResponse', describeConnectionAliasesResponse_connectionAliases - Information about the specified connection aliases.
$sel:httpStatus:DescribeConnectionAliasesResponse', describeConnectionAliasesResponse_httpStatus - The response's http status code.
DeleteWorkspaceImage
data DeleteWorkspaceImage Source #
See: newDeleteWorkspaceImage smart constructor.
Constructors
| DeleteWorkspaceImage' Text |
Instances
newDeleteWorkspaceImage Source #
Arguments
| :: Text | |
| -> DeleteWorkspaceImage |
Create a value of DeleteWorkspaceImage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageId:DeleteWorkspaceImage', deleteWorkspaceImage_imageId - The identifier of the image.
data DeleteWorkspaceImageResponse Source #
See: newDeleteWorkspaceImageResponse smart constructor.
Constructors
| DeleteWorkspaceImageResponse' Int |
Instances
newDeleteWorkspaceImageResponse Source #
Create a value of DeleteWorkspaceImageResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteWorkspaceImageResponse', deleteWorkspaceImageResponse_httpStatus - The response's http status code.
UpdateRulesOfIpGroup
data UpdateRulesOfIpGroup Source #
See: newUpdateRulesOfIpGroup smart constructor.
Constructors
| UpdateRulesOfIpGroup' Text [IpRuleItem] |
Instances
newUpdateRulesOfIpGroup Source #
Arguments
| :: Text | |
| -> UpdateRulesOfIpGroup |
Create a value of UpdateRulesOfIpGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:UpdateRulesOfIpGroup', updateRulesOfIpGroup_groupId - The identifier of the group.
$sel:userRules:UpdateRulesOfIpGroup', updateRulesOfIpGroup_userRules - One or more rules.
data UpdateRulesOfIpGroupResponse Source #
See: newUpdateRulesOfIpGroupResponse smart constructor.
Constructors
| UpdateRulesOfIpGroupResponse' Int |
Instances
newUpdateRulesOfIpGroupResponse Source #
Create a value of UpdateRulesOfIpGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateRulesOfIpGroupResponse', updateRulesOfIpGroupResponse_httpStatus - The response's http status code.
UpdateWorkspaceBundle
data UpdateWorkspaceBundle Source #
See: newUpdateWorkspaceBundle smart constructor.
Constructors
| UpdateWorkspaceBundle' (Maybe Text) (Maybe Text) |
Instances
newUpdateWorkspaceBundle :: UpdateWorkspaceBundle Source #
Create a value of UpdateWorkspaceBundle with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bundleId:UpdateWorkspaceBundle', updateWorkspaceBundle_bundleId - The identifier of the bundle.
$sel:imageId:UpdateWorkspaceBundle', updateWorkspaceBundle_imageId - The identifier of the image.
data UpdateWorkspaceBundleResponse Source #
See: newUpdateWorkspaceBundleResponse smart constructor.
Constructors
| UpdateWorkspaceBundleResponse' Int |
Instances
newUpdateWorkspaceBundleResponse Source #
Create a value of UpdateWorkspaceBundleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateWorkspaceBundleResponse', updateWorkspaceBundleResponse_httpStatus - The response's http status code.
DeleteWorkspaceBundle
data DeleteWorkspaceBundle Source #
See: newDeleteWorkspaceBundle smart constructor.
Constructors
| DeleteWorkspaceBundle' (Maybe Text) |
Instances
newDeleteWorkspaceBundle :: DeleteWorkspaceBundle Source #
Create a value of DeleteWorkspaceBundle with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bundleId:DeleteWorkspaceBundle', deleteWorkspaceBundle_bundleId - The identifier of the bundle.
data DeleteWorkspaceBundleResponse Source #
See: newDeleteWorkspaceBundleResponse smart constructor.
Constructors
| DeleteWorkspaceBundleResponse' Int |
Instances
newDeleteWorkspaceBundleResponse Source #
Create a value of DeleteWorkspaceBundleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteWorkspaceBundleResponse', deleteWorkspaceBundleResponse_httpStatus - The response's http status code.
DeleteTags
data DeleteTags Source #
See: newDeleteTags smart constructor.
Constructors
| DeleteTags' Text [Text] |
Instances
Arguments
| :: Text | |
| -> DeleteTags |
Create a value of DeleteTags with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:DeleteTags', deleteTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types
are WorkSpaces, registered directories, images, custom bundles, IP
access control groups, and connection aliases.
$sel:tagKeys:DeleteTags', deleteTags_tagKeys - The tag keys.
data DeleteTagsResponse Source #
See: newDeleteTagsResponse smart constructor.
Constructors
| DeleteTagsResponse' Int |
Instances
newDeleteTagsResponse Source #
Arguments
| :: Int | |
| -> DeleteTagsResponse |
Create a value of DeleteTagsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteTagsResponse', deleteTagsResponse_httpStatus - The response's http status code.
ListAvailableManagementCidrRanges (Paginated)
data ListAvailableManagementCidrRanges Source #
See: newListAvailableManagementCidrRanges smart constructor.
Instances
newListAvailableManagementCidrRanges Source #
Arguments
| :: Text |
|
| -> ListAvailableManagementCidrRanges |
Create a value of ListAvailableManagementCidrRanges with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListAvailableManagementCidrRanges', listAvailableManagementCidrRanges_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:maxResults:ListAvailableManagementCidrRanges', listAvailableManagementCidrRanges_maxResults - The maximum number of items to return.
$sel:managementCidrRangeConstraint:ListAvailableManagementCidrRanges', listAvailableManagementCidrRanges_managementCidrRangeConstraint - The IP address range to search. Specify an IP address range that is
compatible with your network and in CIDR notation (that is, specify the
range as an IPv4 CIDR block).
data ListAvailableManagementCidrRangesResponse Source #
See: newListAvailableManagementCidrRangesResponse smart constructor.
Instances
newListAvailableManagementCidrRangesResponse Source #
Arguments
| :: Int | |
| -> ListAvailableManagementCidrRangesResponse |
Create a value of ListAvailableManagementCidrRangesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListAvailableManagementCidrRanges', listAvailableManagementCidrRangesResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:managementCidrRanges:ListAvailableManagementCidrRangesResponse', listAvailableManagementCidrRangesResponse_managementCidrRanges - The list of available IP address ranges, specified as IPv4 CIDR blocks.
$sel:httpStatus:ListAvailableManagementCidrRangesResponse', listAvailableManagementCidrRangesResponse_httpStatus - The response's http status code.
DescribeClientProperties
data DescribeClientProperties Source #
See: newDescribeClientProperties smart constructor.
Constructors
| DescribeClientProperties' (NonEmpty Text) |
Instances
newDescribeClientProperties Source #
Create a value of DescribeClientProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceIds:DescribeClientProperties', describeClientProperties_resourceIds - The resource identifier, in the form of directory IDs.
data DescribeClientPropertiesResponse Source #
See: newDescribeClientPropertiesResponse smart constructor.
Constructors
| DescribeClientPropertiesResponse' (Maybe [ClientPropertiesResult]) Int |
Instances
newDescribeClientPropertiesResponse Source #
Create a value of DescribeClientPropertiesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientPropertiesList:DescribeClientPropertiesResponse', describeClientPropertiesResponse_clientPropertiesList - Information about the specified Amazon WorkSpaces clients.
$sel:httpStatus:DescribeClientPropertiesResponse', describeClientPropertiesResponse_httpStatus - The response's http status code.
CreateWorkspaceBundle
data CreateWorkspaceBundle Source #
See: newCreateWorkspaceBundle smart constructor.
Constructors
| CreateWorkspaceBundle' (Maybe RootStorage) (Maybe [Tag]) Text Text Text ComputeType UserStorage |
Instances
newCreateWorkspaceBundle Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ComputeType | |
| -> UserStorage | |
| -> CreateWorkspaceBundle |
Create a value of CreateWorkspaceBundle with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rootStorage:CreateWorkspaceBundle', createWorkspaceBundle_rootStorage - Undocumented member.
$sel:tags:CreateWorkspaceBundle', createWorkspaceBundle_tags - The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must
create an IAM policy that grants your IAM user permissions to use
workspaces:CreateTags.
$sel:bundleName:CreateWorkspaceBundle', createWorkspaceBundle_bundleName - The name of the bundle.
$sel:bundleDescription:CreateWorkspaceBundle', createWorkspaceBundle_bundleDescription - The description of the bundle.
$sel:imageId:CreateWorkspaceBundle', createWorkspaceBundle_imageId - The identifier of the image that is used to create the bundle.
$sel:computeType:CreateWorkspaceBundle', createWorkspaceBundle_computeType - Undocumented member.
$sel:userStorage:CreateWorkspaceBundle', createWorkspaceBundle_userStorage - Undocumented member.
data CreateWorkspaceBundleResponse Source #
See: newCreateWorkspaceBundleResponse smart constructor.
Constructors
| CreateWorkspaceBundleResponse' (Maybe WorkspaceBundle) Int |
Instances
newCreateWorkspaceBundleResponse Source #
Create a value of CreateWorkspaceBundleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceBundle:CreateWorkspaceBundleResponse', createWorkspaceBundleResponse_workspaceBundle - Undocumented member.
$sel:httpStatus:CreateWorkspaceBundleResponse', createWorkspaceBundleResponse_httpStatus - The response's http status code.
ModifyWorkspaceCreationProperties
data ModifyWorkspaceCreationProperties Source #
See: newModifyWorkspaceCreationProperties smart constructor.
Instances
newModifyWorkspaceCreationProperties Source #
Arguments
| :: Text | |
| -> WorkspaceCreationProperties |
|
| -> ModifyWorkspaceCreationProperties |
Create a value of ModifyWorkspaceCreationProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:ModifyWorkspaceCreationProperties', modifyWorkspaceCreationProperties_resourceId - The identifier of the directory.
$sel:workspaceCreationProperties:ModifyWorkspaceCreationProperties', modifyWorkspaceCreationProperties_workspaceCreationProperties - The default properties for creating WorkSpaces.
data ModifyWorkspaceCreationPropertiesResponse Source #
See: newModifyWorkspaceCreationPropertiesResponse smart constructor.
Constructors
| ModifyWorkspaceCreationPropertiesResponse' Int |
Instances
newModifyWorkspaceCreationPropertiesResponse Source #
Arguments
| :: Int | |
| -> ModifyWorkspaceCreationPropertiesResponse |
Create a value of ModifyWorkspaceCreationPropertiesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifyWorkspaceCreationPropertiesResponse', modifyWorkspaceCreationPropertiesResponse_httpStatus - The response's http status code.
ModifyWorkspaceState
data ModifyWorkspaceState Source #
See: newModifyWorkspaceState smart constructor.
Constructors
| ModifyWorkspaceState' Text TargetWorkspaceState |
Instances
newModifyWorkspaceState Source #
Arguments
| :: Text | |
| -> TargetWorkspaceState | |
| -> ModifyWorkspaceState |
Create a value of ModifyWorkspaceState with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:ModifyWorkspaceState', modifyWorkspaceState_workspaceId - The identifier of the WorkSpace.
$sel:workspaceState:ModifyWorkspaceState', modifyWorkspaceState_workspaceState - The WorkSpace state.
data ModifyWorkspaceStateResponse Source #
See: newModifyWorkspaceStateResponse smart constructor.
Constructors
| ModifyWorkspaceStateResponse' Int |
Instances
newModifyWorkspaceStateResponse Source #
Create a value of ModifyWorkspaceStateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifyWorkspaceStateResponse', modifyWorkspaceStateResponse_httpStatus - The response's http status code.
UpdateConnectionAliasPermission
data UpdateConnectionAliasPermission Source #
See: newUpdateConnectionAliasPermission smart constructor.
Instances
newUpdateConnectionAliasPermission Source #
Arguments
| :: Text | |
| -> ConnectionAliasPermission |
|
| -> UpdateConnectionAliasPermission |
Create a value of UpdateConnectionAliasPermission with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:aliasId:UpdateConnectionAliasPermission', updateConnectionAliasPermission_aliasId - The identifier of the connection alias that you want to update
permissions for.
$sel:connectionAliasPermission:UpdateConnectionAliasPermission', updateConnectionAliasPermission_connectionAliasPermission - Indicates whether to share or unshare the connection alias with the
specified AWS account.
data UpdateConnectionAliasPermissionResponse Source #
See: newUpdateConnectionAliasPermissionResponse smart constructor.
Constructors
| UpdateConnectionAliasPermissionResponse' Int |
Instances
newUpdateConnectionAliasPermissionResponse Source #
Arguments
| :: Int | |
| -> UpdateConnectionAliasPermissionResponse |
Create a value of UpdateConnectionAliasPermissionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateConnectionAliasPermissionResponse', updateConnectionAliasPermissionResponse_httpStatus - The response's http status code.
CopyWorkspaceImage
data CopyWorkspaceImage Source #
See: newCopyWorkspaceImage smart constructor.
Instances
newCopyWorkspaceImage Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CopyWorkspaceImage |
Create a value of CopyWorkspaceImage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:CopyWorkspaceImage', copyWorkspaceImage_tags - The tags for the image.
$sel:description:CopyWorkspaceImage', copyWorkspaceImage_description - A description of the image.
$sel:name:CopyWorkspaceImage', copyWorkspaceImage_name - The name of the image.
$sel:sourceImageId:CopyWorkspaceImage', copyWorkspaceImage_sourceImageId - The identifier of the source image.
$sel:sourceRegion:CopyWorkspaceImage', copyWorkspaceImage_sourceRegion - The identifier of the source Region.
data CopyWorkspaceImageResponse Source #
See: newCopyWorkspaceImageResponse smart constructor.
Constructors
| CopyWorkspaceImageResponse' (Maybe Text) Int |
Instances
newCopyWorkspaceImageResponse Source #
Create a value of CopyWorkspaceImageResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageId:CopyWorkspaceImageResponse', copyWorkspaceImageResponse_imageId - The identifier of the image.
$sel:httpStatus:CopyWorkspaceImageResponse', copyWorkspaceImageResponse_httpStatus - The response's http status code.
RebuildWorkspaces
data RebuildWorkspaces Source #
See: newRebuildWorkspaces smart constructor.
Constructors
| RebuildWorkspaces' (NonEmpty RebuildRequest) |
Instances
Arguments
| :: NonEmpty RebuildRequest | |
| -> RebuildWorkspaces |
Create a value of RebuildWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rebuildWorkspaceRequests:RebuildWorkspaces', rebuildWorkspaces_rebuildWorkspaceRequests - The WorkSpace to rebuild. You can specify a single WorkSpace.
data RebuildWorkspacesResponse Source #
See: newRebuildWorkspacesResponse smart constructor.
Constructors
| RebuildWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int |
Instances
newRebuildWorkspacesResponse Source #
Create a value of RebuildWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failedRequests:RebuildWorkspacesResponse', rebuildWorkspacesResponse_failedRequests - Information about the WorkSpace that could not be rebuilt.
$sel:httpStatus:RebuildWorkspacesResponse', rebuildWorkspacesResponse_httpStatus - The response's http status code.
DescribeWorkspaceSnapshots
data DescribeWorkspaceSnapshots Source #
See: newDescribeWorkspaceSnapshots smart constructor.
Constructors
| DescribeWorkspaceSnapshots' Text |
Instances
newDescribeWorkspaceSnapshots Source #
Create a value of DescribeWorkspaceSnapshots with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:DescribeWorkspaceSnapshots', describeWorkspaceSnapshots_workspaceId - The identifier of the WorkSpace.
data DescribeWorkspaceSnapshotsResponse Source #
See: newDescribeWorkspaceSnapshotsResponse smart constructor.
Instances
newDescribeWorkspaceSnapshotsResponse Source #
Arguments
| :: Int | |
| -> DescribeWorkspaceSnapshotsResponse |
Create a value of DescribeWorkspaceSnapshotsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rebuildSnapshots:DescribeWorkspaceSnapshotsResponse', describeWorkspaceSnapshotsResponse_rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace.
These snapshots include the user volume.
$sel:restoreSnapshots:DescribeWorkspaceSnapshotsResponse', describeWorkspaceSnapshotsResponse_restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace.
These snapshots include both the root volume and the user volume.
$sel:httpStatus:DescribeWorkspaceSnapshotsResponse', describeWorkspaceSnapshotsResponse_httpStatus - The response's http status code.
DescribeWorkspaceImagePermissions
data DescribeWorkspaceImagePermissions Source #
See: newDescribeWorkspaceImagePermissions smart constructor.
Instances
newDescribeWorkspaceImagePermissions Source #
Create a value of DescribeWorkspaceImagePermissions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaceImagePermissions', describeWorkspaceImagePermissions_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:maxResults:DescribeWorkspaceImagePermissions', describeWorkspaceImagePermissions_maxResults - The maximum number of items to return.
$sel:imageId:DescribeWorkspaceImagePermissions', describeWorkspaceImagePermissions_imageId - The identifier of the image.
data DescribeWorkspaceImagePermissionsResponse Source #
See: newDescribeWorkspaceImagePermissionsResponse smart constructor.
Constructors
| DescribeWorkspaceImagePermissionsResponse' (Maybe [ImagePermission]) (Maybe Text) (Maybe Text) Int |
Instances
newDescribeWorkspaceImagePermissionsResponse Source #
Arguments
| :: Int | |
| -> DescribeWorkspaceImagePermissionsResponse |
Create a value of DescribeWorkspaceImagePermissionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imagePermissions:DescribeWorkspaceImagePermissionsResponse', describeWorkspaceImagePermissionsResponse_imagePermissions - The identifiers of the AWS accounts that the image has been shared with.
$sel:nextToken:DescribeWorkspaceImagePermissions', describeWorkspaceImagePermissionsResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:imageId:DescribeWorkspaceImagePermissions', describeWorkspaceImagePermissionsResponse_imageId - The identifier of the image.
$sel:httpStatus:DescribeWorkspaceImagePermissionsResponse', describeWorkspaceImagePermissionsResponse_httpStatus - The response's http status code.
RebootWorkspaces
data RebootWorkspaces Source #
See: newRebootWorkspaces smart constructor.
Constructors
| RebootWorkspaces' (NonEmpty RebootRequest) |
Instances
Create a value of RebootWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rebootWorkspaceRequests:RebootWorkspaces', rebootWorkspaces_rebootWorkspaceRequests - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
data RebootWorkspacesResponse Source #
See: newRebootWorkspacesResponse smart constructor.
Constructors
| RebootWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int |
Instances
newRebootWorkspacesResponse Source #
Create a value of RebootWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failedRequests:RebootWorkspacesResponse', rebootWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be rebooted.
$sel:httpStatus:RebootWorkspacesResponse', rebootWorkspacesResponse_httpStatus - The response's http status code.
DescribeAccount
data DescribeAccount Source #
See: newDescribeAccount smart constructor.
Constructors
| DescribeAccount' | |
Instances
newDescribeAccount :: DescribeAccount Source #
Create a value of DescribeAccount with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data DescribeAccountResponse Source #
See: newDescribeAccountResponse smart constructor.
Constructors
| DescribeAccountResponse' (Maybe DedicatedTenancySupportResultEnum) (Maybe Text) Int |
Instances
newDescribeAccountResponse Source #
Create a value of DescribeAccountResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dedicatedTenancySupport:DescribeAccountResponse', describeAccountResponse_dedicatedTenancySupport - The status of BYOL (whether BYOL is enabled or disabled).
$sel:dedicatedTenancyManagementCidrRange:DescribeAccountResponse', describeAccountResponse_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, used for the
management network interface.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
$sel:httpStatus:DescribeAccountResponse', describeAccountResponse_httpStatus - The response's http status code.
RevokeIpRules
data RevokeIpRules Source #
See: newRevokeIpRules smart constructor.
Constructors
| RevokeIpRules' Text [Text] |
Instances
Arguments
| :: Text | |
| -> RevokeIpRules |
Create a value of RevokeIpRules with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:RevokeIpRules', revokeIpRules_groupId - The identifier of the group.
$sel:userRules:RevokeIpRules', revokeIpRules_userRules - The rules to remove from the group.
data RevokeIpRulesResponse Source #
See: newRevokeIpRulesResponse smart constructor.
Constructors
| RevokeIpRulesResponse' Int |
Instances
newRevokeIpRulesResponse Source #
Create a value of RevokeIpRulesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RevokeIpRulesResponse', revokeIpRulesResponse_httpStatus - The response's http status code.
ModifyWorkspaceProperties
data ModifyWorkspaceProperties Source #
See: newModifyWorkspaceProperties smart constructor.
Constructors
| ModifyWorkspaceProperties' Text WorkspaceProperties |
Instances
newModifyWorkspaceProperties Source #
Arguments
| :: Text | |
| -> WorkspaceProperties | |
| -> ModifyWorkspaceProperties |
Create a value of ModifyWorkspaceProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:ModifyWorkspaceProperties', modifyWorkspaceProperties_workspaceId - The identifier of the WorkSpace.
$sel:workspaceProperties:ModifyWorkspaceProperties', modifyWorkspaceProperties_workspaceProperties - The properties of the WorkSpace.
data ModifyWorkspacePropertiesResponse Source #
See: newModifyWorkspacePropertiesResponse smart constructor.
Constructors
| ModifyWorkspacePropertiesResponse' Int |
Instances
newModifyWorkspacePropertiesResponse Source #
Arguments
| :: Int | |
| -> ModifyWorkspacePropertiesResponse |
Create a value of ModifyWorkspacePropertiesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifyWorkspacePropertiesResponse', modifyWorkspacePropertiesResponse_httpStatus - The response's http status code.
DescribeWorkspaceImages (Paginated)
data DescribeWorkspaceImages Source #
See: newDescribeWorkspaceImages smart constructor.
Constructors
| DescribeWorkspaceImages' (Maybe ImageType) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural) |
Instances
newDescribeWorkspaceImages :: DescribeWorkspaceImages Source #
Create a value of DescribeWorkspaceImages with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageType:DescribeWorkspaceImages', describeWorkspaceImages_imageType - The type (owned or shared) of the image.
$sel:nextToken:DescribeWorkspaceImages', describeWorkspaceImages_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:imageIds:DescribeWorkspaceImages', describeWorkspaceImages_imageIds - The identifier of the image.
$sel:maxResults:DescribeWorkspaceImages', describeWorkspaceImages_maxResults - The maximum number of items to return.
data DescribeWorkspaceImagesResponse Source #
See: newDescribeWorkspaceImagesResponse smart constructor.
Constructors
| DescribeWorkspaceImagesResponse' (Maybe Text) (Maybe [WorkspaceImage]) Int |
Instances
newDescribeWorkspaceImagesResponse Source #
Create a value of DescribeWorkspaceImagesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaceImages', describeWorkspaceImagesResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:images:DescribeWorkspaceImagesResponse', describeWorkspaceImagesResponse_images - Information about the images.
$sel:httpStatus:DescribeWorkspaceImagesResponse', describeWorkspaceImagesResponse_httpStatus - The response's http status code.
DescribeAccountModifications (Paginated)
data DescribeAccountModifications Source #
See: newDescribeAccountModifications smart constructor.
Constructors
| DescribeAccountModifications' (Maybe Text) |
Instances
newDescribeAccountModifications :: DescribeAccountModifications Source #
Create a value of DescribeAccountModifications with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeAccountModifications', describeAccountModifications_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
data DescribeAccountModificationsResponse Source #
See: newDescribeAccountModificationsResponse smart constructor.
Constructors
| DescribeAccountModificationsResponse' (Maybe Text) (Maybe [AccountModification]) Int |
Instances
newDescribeAccountModificationsResponse Source #
Arguments
| :: Int | |
| -> DescribeAccountModificationsResponse |
Create a value of DescribeAccountModificationsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeAccountModifications', describeAccountModificationsResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:accountModifications:DescribeAccountModificationsResponse', describeAccountModificationsResponse_accountModifications - The list of modifications to the configuration of BYOL.
$sel:httpStatus:DescribeAccountModificationsResponse', describeAccountModificationsResponse_httpStatus - The response's http status code.
AssociateIpGroups
data AssociateIpGroups Source #
See: newAssociateIpGroups smart constructor.
Constructors
| AssociateIpGroups' Text [Text] |
Instances
Arguments
| :: Text | |
| -> AssociateIpGroups |
Create a value of AssociateIpGroups with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryId:AssociateIpGroups', associateIpGroups_directoryId - The identifier of the directory.
$sel:groupIds:AssociateIpGroups', associateIpGroups_groupIds - The identifiers of one or more IP access control groups.
data AssociateIpGroupsResponse Source #
See: newAssociateIpGroupsResponse smart constructor.
Constructors
| AssociateIpGroupsResponse' Int |
Instances
newAssociateIpGroupsResponse Source #
Create a value of AssociateIpGroupsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:AssociateIpGroupsResponse', associateIpGroupsResponse_httpStatus - The response's http status code.
DeleteConnectionAlias
data DeleteConnectionAlias Source #
See: newDeleteConnectionAlias smart constructor.
Constructors
| DeleteConnectionAlias' Text |
Instances
newDeleteConnectionAlias Source #
Arguments
| :: Text | |
| -> DeleteConnectionAlias |
Create a value of DeleteConnectionAlias with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:aliasId:DeleteConnectionAlias', deleteConnectionAlias_aliasId - The identifier of the connection alias to delete.
data DeleteConnectionAliasResponse Source #
See: newDeleteConnectionAliasResponse smart constructor.
Constructors
| DeleteConnectionAliasResponse' Int |
Instances
newDeleteConnectionAliasResponse Source #
Create a value of DeleteConnectionAliasResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteConnectionAliasResponse', deleteConnectionAliasResponse_httpStatus - The response's http status code.
StartWorkspaces
data StartWorkspaces Source #
See: newStartWorkspaces smart constructor.
Constructors
| StartWorkspaces' (NonEmpty StartRequest) |
Instances
Create a value of StartWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:startWorkspaceRequests:StartWorkspaces', startWorkspaces_startWorkspaceRequests - The WorkSpaces to start. You can specify up to 25 WorkSpaces.
data StartWorkspacesResponse Source #
See: newStartWorkspacesResponse smart constructor.
Constructors
| StartWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int |
Instances
newStartWorkspacesResponse Source #
Create a value of StartWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failedRequests:StartWorkspacesResponse', startWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be started.
$sel:httpStatus:StartWorkspacesResponse', startWorkspacesResponse_httpStatus - The response's http status code.
StopWorkspaces
data StopWorkspaces Source #
See: newStopWorkspaces smart constructor.
Constructors
| StopWorkspaces' (NonEmpty StopRequest) |
Instances
Create a value of StopWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stopWorkspaceRequests:StopWorkspaces', stopWorkspaces_stopWorkspaceRequests - The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
data StopWorkspacesResponse Source #
See: newStopWorkspacesResponse smart constructor.
Constructors
| StopWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int |
Instances
newStopWorkspacesResponse Source #
Create a value of StopWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failedRequests:StopWorkspacesResponse', stopWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be stopped.
$sel:httpStatus:StopWorkspacesResponse', stopWorkspacesResponse_httpStatus - The response's http status code.
DescribeWorkspaces (Paginated)
data DescribeWorkspaces Source #
See: newDescribeWorkspaces smart constructor.
Constructors
| DescribeWorkspaces' (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Natural) |
Instances
newDescribeWorkspaces :: DescribeWorkspaces Source #
Create a value of DescribeWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaces', describeWorkspaces_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:bundleId:DescribeWorkspaces', describeWorkspaces_bundleId - The identifier of the bundle. All WorkSpaces that are created from this
bundle are retrieved. You cannot combine this parameter with any other
filter.
$sel:workspaceIds:DescribeWorkspaces', describeWorkspaces_workspaceIds - The identifiers of the WorkSpaces. You cannot combine this parameter
with any other filter.
Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.
$sel:directoryId:DescribeWorkspaces', describeWorkspaces_directoryId - The identifier of the directory. In addition, you can optionally specify
a specific directory user (see UserName). You cannot combine this
parameter with any other filter.
$sel:userName:DescribeWorkspaces', describeWorkspaces_userName - The name of the directory user. You must specify this parameter with
DirectoryId.
$sel:limit:DescribeWorkspaces', describeWorkspaces_limit - The maximum number of items to return.
data DescribeWorkspacesResponse Source #
See: newDescribeWorkspacesResponse smart constructor.
Instances
newDescribeWorkspacesResponse Source #
Create a value of DescribeWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeWorkspaces', describeWorkspacesResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:workspaces:DescribeWorkspacesResponse', describeWorkspacesResponse_workspaces - Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
$sel:httpStatus:DescribeWorkspacesResponse', describeWorkspacesResponse_httpStatus - The response's http status code.
ModifyClientProperties
data ModifyClientProperties Source #
See: newModifyClientProperties smart constructor.
Constructors
| ModifyClientProperties' Text ClientProperties |
Instances
newModifyClientProperties Source #
Arguments
| :: Text | |
| -> ClientProperties | |
| -> ModifyClientProperties |
Create a value of ModifyClientProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:ModifyClientProperties', modifyClientProperties_resourceId - The resource identifiers, in the form of directory IDs.
$sel:clientProperties:ModifyClientProperties', modifyClientProperties_clientProperties - Information about the Amazon WorkSpaces client.
data ModifyClientPropertiesResponse Source #
See: newModifyClientPropertiesResponse smart constructor.
Constructors
| ModifyClientPropertiesResponse' Int |
Instances
newModifyClientPropertiesResponse Source #
Create a value of ModifyClientPropertiesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifyClientPropertiesResponse', modifyClientPropertiesResponse_httpStatus - The response's http status code.
UpdateWorkspaceImagePermission
data UpdateWorkspaceImagePermission Source #
See: newUpdateWorkspaceImagePermission smart constructor.
Constructors
| UpdateWorkspaceImagePermission' Text Bool Text |
Instances
newUpdateWorkspaceImagePermission Source #
Arguments
| :: Text | |
| -> Bool | |
| -> Text | |
| -> UpdateWorkspaceImagePermission |
Create a value of UpdateWorkspaceImagePermission with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageId:UpdateWorkspaceImagePermission', updateWorkspaceImagePermission_imageId - The identifier of the image.
$sel:allowCopyImage:UpdateWorkspaceImagePermission', updateWorkspaceImagePermission_allowCopyImage - The permission to copy the image. This permission can be revoked only
after an image has been shared.
$sel:sharedAccountId:UpdateWorkspaceImagePermission', updateWorkspaceImagePermission_sharedAccountId - The identifier of the AWS account to share or unshare the image with.
Before sharing the image, confirm that you are sharing to the correct AWS account ID.
data UpdateWorkspaceImagePermissionResponse Source #
See: newUpdateWorkspaceImagePermissionResponse smart constructor.
Constructors
| UpdateWorkspaceImagePermissionResponse' Int |
Instances
newUpdateWorkspaceImagePermissionResponse Source #
Arguments
| :: Int | |
| -> UpdateWorkspaceImagePermissionResponse |
Create a value of UpdateWorkspaceImagePermissionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateWorkspaceImagePermissionResponse', updateWorkspaceImagePermissionResponse_httpStatus - The response's http status code.
DescribeIpGroups (Paginated)
data DescribeIpGroups Source #
See: newDescribeIpGroups smart constructor.
Instances
newDescribeIpGroups :: DescribeIpGroups Source #
Create a value of DescribeIpGroups with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeIpGroups', describeIpGroups_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:groupIds:DescribeIpGroups', describeIpGroups_groupIds - The identifiers of one or more IP access control groups.
$sel:maxResults:DescribeIpGroups', describeIpGroups_maxResults - The maximum number of items to return.
data DescribeIpGroupsResponse Source #
See: newDescribeIpGroupsResponse smart constructor.
Constructors
| DescribeIpGroupsResponse' (Maybe Text) (Maybe [WorkspacesIpGroup]) Int |
Instances
newDescribeIpGroupsResponse Source #
Create a value of DescribeIpGroupsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeIpGroups', describeIpGroupsResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:result:DescribeIpGroupsResponse', describeIpGroupsResponse_result - Information about the IP access control groups.
$sel:httpStatus:DescribeIpGroupsResponse', describeIpGroupsResponse_httpStatus - The response's http status code.
ModifyWorkspaceAccessProperties
data ModifyWorkspaceAccessProperties Source #
See: newModifyWorkspaceAccessProperties smart constructor.
Instances
newModifyWorkspaceAccessProperties Source #
Arguments
| :: Text | |
| -> WorkspaceAccessProperties |
|
| -> ModifyWorkspaceAccessProperties |
Create a value of ModifyWorkspaceAccessProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:ModifyWorkspaceAccessProperties', modifyWorkspaceAccessProperties_resourceId - The identifier of the directory.
$sel:workspaceAccessProperties:ModifyWorkspaceAccessProperties', modifyWorkspaceAccessProperties_workspaceAccessProperties - The device types and operating systems to enable or disable for access.
data ModifyWorkspaceAccessPropertiesResponse Source #
See: newModifyWorkspaceAccessPropertiesResponse smart constructor.
Constructors
| ModifyWorkspaceAccessPropertiesResponse' Int |
Instances
newModifyWorkspaceAccessPropertiesResponse Source #
Arguments
| :: Int | |
| -> ModifyWorkspaceAccessPropertiesResponse |
Create a value of ModifyWorkspaceAccessPropertiesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ModifyWorkspaceAccessPropertiesResponse', modifyWorkspaceAccessPropertiesResponse_httpStatus - The response's http status code.
RestoreWorkspace
data RestoreWorkspace Source #
See: newRestoreWorkspace smart constructor.
Constructors
| RestoreWorkspace' Text |
Instances
Arguments
| :: Text | |
| -> RestoreWorkspace |
Create a value of RestoreWorkspace with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:RestoreWorkspace', restoreWorkspace_workspaceId - The identifier of the WorkSpace.
data RestoreWorkspaceResponse Source #
See: newRestoreWorkspaceResponse smart constructor.
Constructors
| RestoreWorkspaceResponse' Int |
Instances
newRestoreWorkspaceResponse Source #
Create a value of RestoreWorkspaceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RestoreWorkspaceResponse', restoreWorkspaceResponse_httpStatus - The response's http status code.
RegisterWorkspaceDirectory
data RegisterWorkspaceDirectory Source #
See: newRegisterWorkspaceDirectory smart constructor.
Constructors
| RegisterWorkspaceDirectory' (Maybe [Text]) (Maybe Tenancy) (Maybe [Tag]) (Maybe Bool) Text Bool |
Instances
newRegisterWorkspaceDirectory Source #
Arguments
| :: Text | |
| -> Bool | |
| -> RegisterWorkspaceDirectory |
Create a value of RegisterWorkspaceDirectory with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:subnetIds:RegisterWorkspaceDirectory', registerWorkspaceDirectory_subnetIds - The identifiers of the subnets for your virtual private cloud (VPC).
Make sure that the subnets are in supported Availability Zones. The
subnets must also be in separate Availability Zones. If these conditions
are not met, you will receive an OperationNotSupportedException error.
$sel:tenancy:RegisterWorkspaceDirectory', registerWorkspaceDirectory_tenancy - Indicates whether your WorkSpace directory is dedicated or shared. To
use Bring Your Own License (BYOL) images, this value must be set to
DEDICATED and your AWS account must be enabled for BYOL. If your
account has not been enabled for BYOL, you will receive an
InvalidParameterValuesException error. For more information about BYOL
images, see
Bring Your Own Windows Desktop Images.
$sel:tags:RegisterWorkspaceDirectory', registerWorkspaceDirectory_tags - The tags associated with the directory.
$sel:enableSelfService:RegisterWorkspaceDirectory', registerWorkspaceDirectory_enableSelfService - Indicates whether self-service capabilities are enabled or disabled.
$sel:directoryId:RegisterWorkspaceDirectory', registerWorkspaceDirectory_directoryId - The identifier of the directory. You cannot register a directory if it
does not have a status of Active. If the directory does not have a
status of Active, you will receive an InvalidResourceStateException
error. If you have already registered the maximum number of directories
that you can register with Amazon WorkSpaces, you will receive a
ResourceLimitExceededException error. Deregister directories that you
are not using for WorkSpaces, and try again.
$sel:enableWorkDocs:RegisterWorkspaceDirectory', registerWorkspaceDirectory_enableWorkDocs - Indicates whether Amazon WorkDocs is enabled or disabled. If you have
enabled this parameter and WorkDocs is not available in the Region, you
will receive an OperationNotSupportedException error. Set
EnableWorkDocs to disabled, and try again.
data RegisterWorkspaceDirectoryResponse Source #
See: newRegisterWorkspaceDirectoryResponse smart constructor.
Constructors
| RegisterWorkspaceDirectoryResponse' Int |
Instances
newRegisterWorkspaceDirectoryResponse Source #
Arguments
| :: Int | |
| -> RegisterWorkspaceDirectoryResponse |
Create a value of RegisterWorkspaceDirectoryResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RegisterWorkspaceDirectoryResponse', registerWorkspaceDirectoryResponse_httpStatus - The response's http status code.
CreateTags
data CreateTags Source #
See: newCreateTags smart constructor.
Constructors
| CreateTags' Text [Tag] |
Instances
Arguments
| :: Text | |
| -> CreateTags |
Create a value of CreateTags with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:CreateTags', createTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types
are WorkSpaces, registered directories, images, custom bundles, IP
access control groups, and connection aliases.
$sel:tags:CreateTags', createTags_tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.
data CreateTagsResponse Source #
See: newCreateTagsResponse smart constructor.
Constructors
| CreateTagsResponse' Int |
Instances
newCreateTagsResponse Source #
Arguments
| :: Int | |
| -> CreateTagsResponse |
Create a value of CreateTagsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateTagsResponse', createTagsResponse_httpStatus - The response's http status code.
DescribeConnectionAliasPermissions
data DescribeConnectionAliasPermissions Source #
See: newDescribeConnectionAliasPermissions smart constructor.
Instances
newDescribeConnectionAliasPermissions Source #
Arguments
| :: Text | |
| -> DescribeConnectionAliasPermissions |
Create a value of DescribeConnectionAliasPermissions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeConnectionAliasPermissions', describeConnectionAliasPermissions_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
$sel:maxResults:DescribeConnectionAliasPermissions', describeConnectionAliasPermissions_maxResults - The maximum number of results to return.
$sel:aliasId:DescribeConnectionAliasPermissions', describeConnectionAliasPermissions_aliasId - The identifier of the connection alias.
data DescribeConnectionAliasPermissionsResponse Source #
See: newDescribeConnectionAliasPermissionsResponse smart constructor.
Constructors
| DescribeConnectionAliasPermissionsResponse' (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasPermission)) Int |
Instances
newDescribeConnectionAliasPermissionsResponse Source #
Arguments
| :: Int | |
| -> DescribeConnectionAliasPermissionsResponse |
Create a value of DescribeConnectionAliasPermissionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeConnectionAliasPermissions', describeConnectionAliasPermissionsResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:aliasId:DescribeConnectionAliasPermissions', describeConnectionAliasPermissionsResponse_aliasId - The identifier of the connection alias.
$sel:connectionAliasPermissions:DescribeConnectionAliasPermissionsResponse', describeConnectionAliasPermissionsResponse_connectionAliasPermissions - The permissions associated with a connection alias.
$sel:httpStatus:DescribeConnectionAliasPermissionsResponse', describeConnectionAliasPermissionsResponse_httpStatus - The response's http status code.
CreateIpGroup
data CreateIpGroup Source #
See: newCreateIpGroup smart constructor.
Constructors
| CreateIpGroup' (Maybe [IpRuleItem]) (Maybe Text) (Maybe [Tag]) Text |
Instances
Arguments
| :: Text | |
| -> CreateIpGroup |
Create a value of CreateIpGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userRules:CreateIpGroup', createIpGroup_userRules - The rules to add to the group.
$sel:groupDesc:CreateIpGroup', createIpGroup_groupDesc - The description of the group.
$sel:tags:CreateIpGroup', createIpGroup_tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.
$sel:groupName:CreateIpGroup', createIpGroup_groupName - The name of the group.
data CreateIpGroupResponse Source #
See: newCreateIpGroupResponse smart constructor.
Constructors
| CreateIpGroupResponse' (Maybe Text) Int |
Instances
newCreateIpGroupResponse Source #
Create a value of CreateIpGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:CreateIpGroupResponse', createIpGroupResponse_groupId - The identifier of the group.
$sel:httpStatus:CreateIpGroupResponse', createIpGroupResponse_httpStatus - The response's http status code.
DisassociateConnectionAlias
data DisassociateConnectionAlias Source #
See: newDisassociateConnectionAlias smart constructor.
Constructors
| DisassociateConnectionAlias' Text |
Instances
newDisassociateConnectionAlias Source #
Create a value of DisassociateConnectionAlias with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:aliasId:DisassociateConnectionAlias', disassociateConnectionAlias_aliasId - The identifier of the connection alias to disassociate.
data DisassociateConnectionAliasResponse Source #
See: newDisassociateConnectionAliasResponse smart constructor.
Constructors
| DisassociateConnectionAliasResponse' Int |
Instances
newDisassociateConnectionAliasResponse Source #
Arguments
| :: Int | |
| -> DisassociateConnectionAliasResponse |
Create a value of DisassociateConnectionAliasResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DisassociateConnectionAliasResponse', disassociateConnectionAliasResponse_httpStatus - The response's http status code.
CreateWorkspaces
data CreateWorkspaces Source #
See: newCreateWorkspaces smart constructor.
Constructors
| CreateWorkspaces' (NonEmpty WorkspaceRequest) |
Instances
Create a value of CreateWorkspaces with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaces:CreateWorkspaces', createWorkspaces_workspaces - The WorkSpaces to create. You can specify up to 25 WorkSpaces.
data CreateWorkspacesResponse Source #
See: newCreateWorkspacesResponse smart constructor.
Constructors
| CreateWorkspacesResponse' (Maybe [FailedCreateWorkspaceRequest]) (Maybe [Workspace]) Int |
Instances
newCreateWorkspacesResponse Source #
Create a value of CreateWorkspacesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failedRequests:CreateWorkspacesResponse', createWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be created.
$sel:pendingRequests:CreateWorkspacesResponse', createWorkspacesResponse_pendingRequests - Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
$sel:httpStatus:CreateWorkspacesResponse', createWorkspacesResponse_httpStatus - The response's http status code.
Types
AccessPropertyValue
newtype AccessPropertyValue Source #
Constructors
| AccessPropertyValue' | |
Fields | |
Bundled Patterns
| pattern AccessPropertyValue_ALLOW :: AccessPropertyValue | |
| pattern AccessPropertyValue_DENY :: AccessPropertyValue |
Instances
Application
newtype Application Source #
Constructors
| Application' | |
Fields | |
Bundled Patterns
| pattern Application_Microsoft_Office_2016 :: Application | |
| pattern Application_Microsoft_Office_2019 :: Application |
Instances
AssociationStatus
newtype AssociationStatus Source #
Constructors
| AssociationStatus' | |
Fields | |
Bundled Patterns
Instances
Compute
Constructors
| Compute' | |
Fields
| |
Bundled Patterns
| pattern Compute_GRAPHICS :: Compute | |
| pattern Compute_GRAPHICSPRO :: Compute | |
| pattern Compute_PERFORMANCE :: Compute | |
| pattern Compute_POWER :: Compute | |
| pattern Compute_POWERPRO :: Compute | |
| pattern Compute_STANDARD :: Compute | |
| pattern Compute_VALUE :: Compute |
Instances
ConnectionAliasState
newtype ConnectionAliasState Source #
Constructors
| ConnectionAliasState' | |
Fields | |
Bundled Patterns
| pattern ConnectionAliasState_CREATED :: ConnectionAliasState | |
| pattern ConnectionAliasState_CREATING :: ConnectionAliasState | |
| pattern ConnectionAliasState_DELETING :: ConnectionAliasState |
Instances
ConnectionState
newtype ConnectionState Source #
Constructors
| ConnectionState' | |
Fields | |
Bundled Patterns
| pattern ConnectionState_CONNECTED :: ConnectionState | |
| pattern ConnectionState_DISCONNECTED :: ConnectionState | |
| pattern ConnectionState_UNKNOWN :: ConnectionState |
Instances
DedicatedTenancyModificationStateEnum
newtype DedicatedTenancyModificationStateEnum Source #
Constructors
| DedicatedTenancyModificationStateEnum' | |
Bundled Patterns
Instances
DedicatedTenancySupportEnum
newtype DedicatedTenancySupportEnum Source #
Constructors
| DedicatedTenancySupportEnum' | |
Fields | |
Bundled Patterns
| pattern DedicatedTenancySupportEnum_ENABLED :: DedicatedTenancySupportEnum |
Instances
DedicatedTenancySupportResultEnum
newtype DedicatedTenancySupportResultEnum Source #
Constructors
| DedicatedTenancySupportResultEnum' | |
Bundled Patterns
| pattern DedicatedTenancySupportResultEnum_DISABLED :: DedicatedTenancySupportResultEnum | |
| pattern DedicatedTenancySupportResultEnum_ENABLED :: DedicatedTenancySupportResultEnum |
Instances
ImageType
Constructors
| ImageType' | |
Fields | |
Bundled Patterns
| pattern ImageType_OWNED :: ImageType | |
| pattern ImageType_SHARED :: ImageType |
Instances
ModificationResourceEnum
newtype ModificationResourceEnum Source #
Constructors
| ModificationResourceEnum' | |
Fields | |
Bundled Patterns
Instances
ModificationStateEnum
newtype ModificationStateEnum Source #
Constructors
| ModificationStateEnum' | |
Fields | |
Bundled Patterns
| pattern ModificationStateEnum_UPDATE_INITIATED :: ModificationStateEnum | |
| pattern ModificationStateEnum_UPDATE_IN_PROGRESS :: ModificationStateEnum |
Instances
OperatingSystemType
newtype OperatingSystemType Source #
Constructors
| OperatingSystemType' | |
Fields | |
Bundled Patterns
| pattern OperatingSystemType_LINUX :: OperatingSystemType | |
| pattern OperatingSystemType_WINDOWS :: OperatingSystemType |
Instances
ReconnectEnum
newtype ReconnectEnum Source #
Constructors
| ReconnectEnum' | |
Fields | |
Bundled Patterns
| pattern ReconnectEnum_DISABLED :: ReconnectEnum | |
| pattern ReconnectEnum_ENABLED :: ReconnectEnum |
Instances
RunningMode
newtype RunningMode Source #
Constructors
| RunningMode' | |
Fields | |
Bundled Patterns
| pattern RunningMode_ALWAYS_ON :: RunningMode | |
| pattern RunningMode_AUTO_STOP :: RunningMode |
Instances
TargetWorkspaceState
newtype TargetWorkspaceState Source #
Constructors
| TargetWorkspaceState' | |
Fields | |
Bundled Patterns
| pattern TargetWorkspaceState_ADMIN_MAINTENANCE :: TargetWorkspaceState | |
| pattern TargetWorkspaceState_AVAILABLE :: TargetWorkspaceState |
Instances
Tenancy
Constructors
| Tenancy' | |
Fields
| |
Bundled Patterns
| pattern Tenancy_DEDICATED :: Tenancy | |
| pattern Tenancy_SHARED :: Tenancy |
Instances
WorkspaceDirectoryState
newtype WorkspaceDirectoryState Source #
Constructors
| WorkspaceDirectoryState' | |
Fields | |
Bundled Patterns
Instances
WorkspaceDirectoryType
newtype WorkspaceDirectoryType Source #
Constructors
| WorkspaceDirectoryType' | |
Fields | |
Bundled Patterns
| pattern WorkspaceDirectoryType_AD_CONNECTOR :: WorkspaceDirectoryType | |
| pattern WorkspaceDirectoryType_SIMPLE_AD :: WorkspaceDirectoryType |
Instances
WorkspaceImageIngestionProcess
newtype WorkspaceImageIngestionProcess Source #
Constructors
| WorkspaceImageIngestionProcess' | |
Fields | |
Bundled Patterns
Instances
WorkspaceImageRequiredTenancy
newtype WorkspaceImageRequiredTenancy Source #
Constructors
| WorkspaceImageRequiredTenancy' | |
Fields | |
Bundled Patterns
| pattern WorkspaceImageRequiredTenancy_DEDICATED :: WorkspaceImageRequiredTenancy | |
| pattern WorkspaceImageRequiredTenancy_DEFAULT :: WorkspaceImageRequiredTenancy |
Instances
WorkspaceImageState
newtype WorkspaceImageState Source #
Constructors
| WorkspaceImageState' | |
Fields | |
Bundled Patterns
| pattern WorkspaceImageState_AVAILABLE :: WorkspaceImageState | |
| pattern WorkspaceImageState_ERROR :: WorkspaceImageState | |
| pattern WorkspaceImageState_PENDING :: WorkspaceImageState |
Instances
WorkspaceState
newtype WorkspaceState Source #
Constructors
| WorkspaceState' | |
Fields | |
Bundled Patterns
| pattern WorkspaceState_ADMIN_MAINTENANCE :: WorkspaceState | |
| pattern WorkspaceState_AVAILABLE :: WorkspaceState | |
| pattern WorkspaceState_ERROR :: WorkspaceState | |
| pattern WorkspaceState_IMPAIRED :: WorkspaceState | |
| pattern WorkspaceState_MAINTENANCE :: WorkspaceState | |
| pattern WorkspaceState_PENDING :: WorkspaceState | |
| pattern WorkspaceState_REBOOTING :: WorkspaceState | |
| pattern WorkspaceState_REBUILDING :: WorkspaceState | |
| pattern WorkspaceState_RESTORING :: WorkspaceState | |
| pattern WorkspaceState_STARTING :: WorkspaceState | |
| pattern WorkspaceState_STOPPED :: WorkspaceState | |
| pattern WorkspaceState_STOPPING :: WorkspaceState | |
| pattern WorkspaceState_SUSPENDED :: WorkspaceState | |
| pattern WorkspaceState_TERMINATED :: WorkspaceState | |
| pattern WorkspaceState_TERMINATING :: WorkspaceState | |
| pattern WorkspaceState_UNHEALTHY :: WorkspaceState | |
| pattern WorkspaceState_UPDATING :: WorkspaceState |
Instances
AccountModification
data AccountModification Source #
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
See: newAccountModification smart constructor.
Constructors
| AccountModification' (Maybe DedicatedTenancySupportResultEnum) (Maybe POSIX) (Maybe DedicatedTenancyModificationStateEnum) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
newAccountModification :: AccountModification Source #
Create a value of AccountModification with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dedicatedTenancySupport:AccountModification', accountModification_dedicatedTenancySupport - The status of BYOL (whether BYOL is being enabled or disabled).
$sel:startTime:AccountModification', accountModification_startTime - The timestamp when the modification of the BYOL configuration was
started.
$sel:modificationState:AccountModification', accountModification_modificationState - The state of the modification to the configuration of BYOL.
$sel:dedicatedTenancyManagementCidrRange:AccountModification', accountModification_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the
management network interface used for the account.
$sel:errorMessage:AccountModification', accountModification_errorMessage - The text of the error message that is returned if the configuration of
BYOL cannot be modified.
$sel:errorCode:AccountModification', accountModification_errorCode - The error code that is returned if the configuration of BYOL cannot be
modified.
ClientProperties
data ClientProperties Source #
Describes an Amazon WorkSpaces client.
See: newClientProperties smart constructor.
Constructors
| ClientProperties' (Maybe ReconnectEnum) |
Instances
newClientProperties :: ClientProperties Source #
Create a value of ClientProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reconnectEnabled:ClientProperties', clientProperties_reconnectEnabled - Specifies whether users can cache their credentials on the Amazon
WorkSpaces client. When enabled, users can choose to reconnect to their
WorkSpaces without re-entering their credentials.
ClientPropertiesResult
data ClientPropertiesResult Source #
Information about the Amazon WorkSpaces client.
See: newClientPropertiesResult smart constructor.
Constructors
| ClientPropertiesResult' (Maybe Text) (Maybe ClientProperties) |
Instances
newClientPropertiesResult :: ClientPropertiesResult Source #
Create a value of ClientPropertiesResult with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:ClientPropertiesResult', clientPropertiesResult_resourceId - The resource identifier, in the form of a directory ID.
$sel:clientProperties:ClientPropertiesResult', clientPropertiesResult_clientProperties - Information about the Amazon WorkSpaces client.
ComputeType
data ComputeType Source #
Describes the compute type of the bundle.
See: newComputeType smart constructor.
Constructors
| ComputeType' (Maybe Compute) |
Instances
newComputeType :: ComputeType Source #
Create a value of ComputeType with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:ComputeType', computeType_name - The compute type.
ConnectionAlias
data ConnectionAlias Source #
Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
See: newConnectionAlias smart constructor.
Constructors
| ConnectionAlias' (Maybe ConnectionAliasState) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasAssociation)) |
Instances
newConnectionAlias :: ConnectionAlias Source #
Create a value of ConnectionAlias with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:ConnectionAlias', connectionAlias_state - The current state of the connection alias.
$sel:connectionString:ConnectionAlias', connectionAlias_connectionString - The connection string specified for the connection alias. The connection
string must be in the form of a fully qualified domain name (FQDN), such
as www.example.com.
$sel:aliasId:ConnectionAlias', connectionAlias_aliasId - The identifier of the connection alias.
$sel:ownerAccountId:ConnectionAlias', connectionAlias_ownerAccountId - The identifier of the AWS account that owns the connection alias.
$sel:associations:ConnectionAlias', connectionAlias_associations - The association status of the connection alias.
ConnectionAliasAssociation
data ConnectionAliasAssociation Source #
Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
See: newConnectionAliasAssociation smart constructor.
Constructors
| ConnectionAliasAssociation' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe AssociationStatus) |
Instances
newConnectionAliasAssociation :: ConnectionAliasAssociation Source #
Create a value of ConnectionAliasAssociation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceId:ConnectionAliasAssociation', connectionAliasAssociation_resourceId - The identifier of the directory associated with a connection alias.
$sel:connectionIdentifier:ConnectionAliasAssociation', connectionAliasAssociation_connectionIdentifier - The identifier of the connection alias association. You use the
connection identifier in the DNS TXT record when you're configuring
your DNS routing policies.
$sel:associatedAccountId:ConnectionAliasAssociation', connectionAliasAssociation_associatedAccountId - The identifier of the AWS account that associated the connection alias
with a directory.
$sel:associationStatus:ConnectionAliasAssociation', connectionAliasAssociation_associationStatus - The association status of the connection alias.
ConnectionAliasPermission
data ConnectionAliasPermission Source #
Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
See: newConnectionAliasPermission smart constructor.
Constructors
| ConnectionAliasPermission' Text Bool |
Instances
newConnectionAliasPermission Source #
Arguments
| :: Text | |
| -> Bool | |
| -> ConnectionAliasPermission |
Create a value of ConnectionAliasPermission with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sharedAccountId:ConnectionAliasPermission', connectionAliasPermission_sharedAccountId - The identifier of the AWS account that the connection alias is shared
with.
$sel:allowAssociation:ConnectionAliasPermission', connectionAliasPermission_allowAssociation - Indicates whether the specified AWS account is allowed to associate the
connection alias with a directory.
DefaultWorkspaceCreationProperties
data DefaultWorkspaceCreationProperties Source #
Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
See: newDefaultWorkspaceCreationProperties smart constructor.
Constructors
| DefaultWorkspaceCreationProperties' (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe Bool) |
Instances
newDefaultWorkspaceCreationProperties :: DefaultWorkspaceCreationProperties Source #
Create a value of DefaultWorkspaceCreationProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enableMaintenanceMode:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_enableMaintenanceMode - Specifies whether maintenance mode is enabled for WorkSpaces. For more
information, see
WorkSpace Maintenance.
$sel:defaultOu:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_defaultOu - The organizational unit (OU) in the directory for the WorkSpace machine
accounts.
$sel:enableInternetAccess:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_enableInternetAccess - Specifies whether to automatically assign an Elastic public IP address
to WorkSpaces in this directory by default. If enabled, the Elastic
public IP address allows outbound internet access from your WorkSpaces
when you’re using an internet gateway in the Amazon VPC in which your
WorkSpaces are located. If you're using a Network Address Translation
(NAT) gateway for outbound internet access from your VPC, or if your
WorkSpaces are in public subnets and you manually assign them Elastic IP
addresses, you should disable this setting. This setting applies to new
WorkSpaces that you launch or to existing WorkSpaces that you rebuild.
For more information, see
Configure a VPC for Amazon WorkSpaces.
$sel:enableWorkDocs:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_enableWorkDocs - Specifies whether the directory is enabled for Amazon WorkDocs.
$sel:customSecurityGroupId:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_customSecurityGroupId - The identifier of the default security group to apply to WorkSpaces when
they are created. For more information, see
Security Groups for Your WorkSpaces.
$sel:userEnabledAsLocalAdministrator:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_userEnabledAsLocalAdministrator - Specifies whether WorkSpace users are local administrators on their
WorkSpaces.
FailedCreateWorkspaceRequest
data FailedCreateWorkspaceRequest Source #
Describes a WorkSpace that cannot be created.
See: newFailedCreateWorkspaceRequest smart constructor.
Constructors
| FailedCreateWorkspaceRequest' (Maybe WorkspaceRequest) (Maybe Text) (Maybe Text) |
Instances
newFailedCreateWorkspaceRequest :: FailedCreateWorkspaceRequest Source #
Create a value of FailedCreateWorkspaceRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceRequest:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_workspaceRequest - Information about the WorkSpace.
$sel:errorMessage:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_errorMessage - The text of the error message that is returned if the WorkSpace cannot
be created.
$sel:errorCode:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_errorCode - The error code that is returned if the WorkSpace cannot be created.
FailedWorkspaceChangeRequest
data FailedWorkspaceChangeRequest Source #
Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).
See: newFailedWorkspaceChangeRequest smart constructor.
Instances
newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest Source #
Create a value of FailedWorkspaceChangeRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_workspaceId - The identifier of the WorkSpace.
$sel:errorMessage:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_errorMessage - The text of the error message that is returned if the WorkSpace cannot
be rebooted.
$sel:errorCode:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_errorCode - The error code that is returned if the WorkSpace cannot be rebooted.
ImagePermission
data ImagePermission Source #
Describes the AWS accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.
See: newImagePermission smart constructor.
Constructors
| ImagePermission' (Maybe Text) |
Instances
newImagePermission :: ImagePermission Source #
Create a value of ImagePermission with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sharedAccountId:ImagePermission', imagePermission_sharedAccountId - The identifier of the AWS account that an image has been shared with.
IpRuleItem
data IpRuleItem Source #
Describes a rule for an IP access control group.
See: newIpRuleItem smart constructor.
Constructors
| IpRuleItem' (Maybe Text) (Maybe Text) |
Instances
newIpRuleItem :: IpRuleItem Source #
Create a value of IpRuleItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ruleDesc:IpRuleItem', ipRuleItem_ruleDesc - The description.
$sel:ipRule:IpRuleItem', ipRuleItem_ipRule - The IP address range, in CIDR notation.
ModificationState
data ModificationState Source #
Describes a WorkSpace modification.
See: newModificationState smart constructor.
Constructors
| ModificationState' (Maybe ModificationStateEnum) (Maybe ModificationResourceEnum) |
Instances
newModificationState :: ModificationState Source #
Create a value of ModificationState with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:ModificationState', modificationState_state - The modification state.
$sel:resource:ModificationState', modificationState_resource - The resource.
OperatingSystem
data OperatingSystem Source #
The operating system that the image is running.
See: newOperatingSystem smart constructor.
Constructors
| OperatingSystem' (Maybe OperatingSystemType) |
Instances
newOperatingSystem :: OperatingSystem Source #
Create a value of OperatingSystem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:type':OperatingSystem', operatingSystem_type - The operating system.
RebootRequest
data RebootRequest Source #
Describes the information used to reboot a WorkSpace.
See: newRebootRequest smart constructor.
Constructors
| RebootRequest' Text |
Instances
Arguments
| :: Text | |
| -> RebootRequest |
Create a value of RebootRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:RebootRequest', rebootRequest_workspaceId - The identifier of the WorkSpace.
RebuildRequest
data RebuildRequest Source #
Describes the information used to rebuild a WorkSpace.
See: newRebuildRequest smart constructor.
Constructors
| RebuildRequest' Text |
Instances
Arguments
| :: Text | |
| -> RebuildRequest |
Create a value of RebuildRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:RebuildRequest', rebuildRequest_workspaceId - The identifier of the WorkSpace.
RootStorage
data RootStorage Source #
Describes the root volume for a WorkSpace bundle.
See: newRootStorage smart constructor.
Constructors
| RootStorage' (Maybe Text) |
Instances
newRootStorage :: RootStorage Source #
Create a value of RootStorage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:capacity:RootStorage', rootStorage_capacity - The size of the root volume.
SelfservicePermissions
data SelfservicePermissions Source #
Describes the self-service permissions for a directory. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.
See: newSelfservicePermissions smart constructor.
Constructors
| SelfservicePermissions' (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) |
Instances
newSelfservicePermissions :: SelfservicePermissions Source #
Create a value of SelfservicePermissions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:switchRunningMode:SelfservicePermissions', selfservicePermissions_switchRunningMode - Specifies whether users can switch the running mode of their WorkSpace.
$sel:restartWorkspace:SelfservicePermissions', selfservicePermissions_restartWorkspace - Specifies whether users can restart their WorkSpace.
$sel:rebuildWorkspace:SelfservicePermissions', selfservicePermissions_rebuildWorkspace - Specifies whether users can rebuild the operating system of a WorkSpace
to its original state.
$sel:increaseVolumeSize:SelfservicePermissions', selfservicePermissions_increaseVolumeSize - Specifies whether users can increase the volume size of the drives on
their WorkSpace.
$sel:changeComputeType:SelfservicePermissions', selfservicePermissions_changeComputeType - Specifies whether users can change the compute type (bundle) for their
WorkSpace.
Snapshot
Describes a snapshot.
See: newSnapshot smart constructor.
Instances
| Eq Snapshot Source # | |
| Read Snapshot Source # | |
| Show Snapshot Source # | |
| Generic Snapshot Source # | |
| NFData Snapshot Source # | |
Defined in Network.AWS.WorkSpaces.Types.Snapshot | |
| Hashable Snapshot Source # | |
Defined in Network.AWS.WorkSpaces.Types.Snapshot | |
| FromJSON Snapshot Source # | |
| type Rep Snapshot Source # | |
Defined in Network.AWS.WorkSpaces.Types.Snapshot | |
newSnapshot :: Snapshot Source #
Create a value of Snapshot with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:snapshotTime:Snapshot', snapshot_snapshotTime - The time when the snapshot was created.
StartRequest
data StartRequest Source #
Information used to start a WorkSpace.
See: newStartRequest smart constructor.
Constructors
| StartRequest' (Maybe Text) |
Instances
newStartRequest :: StartRequest Source #
Create a value of StartRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:StartRequest', startRequest_workspaceId - The identifier of the WorkSpace.
StopRequest
data StopRequest Source #
Describes the information used to stop a WorkSpace.
See: newStopRequest smart constructor.
Constructors
| StopRequest' (Maybe Text) |
Instances
newStopRequest :: StopRequest Source #
Create a value of StopRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:StopRequest', stopRequest_workspaceId - The identifier of the WorkSpace.
Tag
Describes a tag.
See: newTag smart constructor.
Instances
| Eq Tag Source # | |
| Read Tag Source # | |
| Show Tag Source # | |
| Generic Tag Source # | |
| NFData Tag Source # | |
Defined in Network.AWS.WorkSpaces.Types.Tag | |
| Hashable Tag Source # | |
Defined in Network.AWS.WorkSpaces.Types.Tag | |
| ToJSON Tag Source # | |
Defined in Network.AWS.WorkSpaces.Types.Tag | |
| FromJSON Tag Source # | |
| type Rep Tag Source # | |
Defined in Network.AWS.WorkSpaces.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Network.AWS.WorkSpaces.Types.Tag" "amazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Tag with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:Tag', tag_value - The value of the tag.
$sel:key:Tag', tag_key - The key of the tag.
TerminateRequest
data TerminateRequest Source #
Describes the information used to terminate a WorkSpace.
See: newTerminateRequest smart constructor.
Constructors
| TerminateRequest' Text |
Instances
Arguments
| :: Text | |
| -> TerminateRequest |
Create a value of TerminateRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceId:TerminateRequest', terminateRequest_workspaceId - The identifier of the WorkSpace.
UserStorage
data UserStorage Source #
Describes the user volume for a WorkSpace bundle.
See: newUserStorage smart constructor.
Constructors
| UserStorage' (Maybe Text) |
Instances
newUserStorage :: UserStorage Source #
Create a value of UserStorage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:capacity:UserStorage', userStorage_capacity - The size of the user volume.
Workspace
Describes a WorkSpace.
See: newWorkspace smart constructor.
Constructors
| Workspace' (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe [ModificationState]) (Maybe WorkspaceState) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
newWorkspace :: Workspace Source #
Create a value of Workspace with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceProperties:Workspace', workspace_workspaceProperties - The properties of the WorkSpace.
$sel:rootVolumeEncryptionEnabled:Workspace', workspace_rootVolumeEncryptionEnabled - Indicates whether the data stored on the root volume is encrypted.
$sel:bundleId:Workspace', workspace_bundleId - The identifier of the bundle used to create the WorkSpace.
$sel:userVolumeEncryptionEnabled:Workspace', workspace_userVolumeEncryptionEnabled - Indicates whether the data stored on the user volume is encrypted.
$sel:volumeEncryptionKey:Workspace', workspace_volumeEncryptionKey - The symmetric AWS KMS customer master key (CMK) used to encrypt data
stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric
CMKs.
$sel:workspaceId:Workspace', workspace_workspaceId - The identifier of the WorkSpace.
$sel:modificationStates:Workspace', workspace_modificationStates - The modification states of the WorkSpace.
$sel:state:Workspace', workspace_state - The operational state of the WorkSpace.
After a WorkSpace is terminated, the TERMINATED state is returned only
briefly before the WorkSpace directory metadata is cleaned up, so this
state is rarely returned. To confirm that a WorkSpace is terminated,
check for the WorkSpace ID by using
DescribeWorkSpaces.
If the WorkSpace ID isn't returned, then the WorkSpace has been
successfully terminated.
$sel:ipAddress:Workspace', workspace_ipAddress - The IP address of the WorkSpace.
$sel:directoryId:Workspace', workspace_directoryId - The identifier of the AWS Directory Service directory for the WorkSpace.
$sel:userName:Workspace', workspace_userName - The user for the WorkSpace.
$sel:subnetId:Workspace', workspace_subnetId - The identifier of the subnet for the WorkSpace.
$sel:errorMessage:Workspace', workspace_errorMessage - The text of the error message that is returned if the WorkSpace cannot
be created.
$sel:computerName:Workspace', workspace_computerName - The name of the WorkSpace, as seen by the operating system. The format
of this name varies. For more information, see
Launch a WorkSpace.
$sel:errorCode:Workspace', workspace_errorCode - The error code that is returned if the WorkSpace cannot be created.
WorkspaceAccessProperties
data WorkspaceAccessProperties Source #
The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements.
See: newWorkspaceAccessProperties smart constructor.
Constructors
Instances
newWorkspaceAccessProperties :: WorkspaceAccessProperties Source #
Create a value of WorkspaceAccessProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceTypeOsx:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeOsx - Indicates whether users can use macOS clients to access their
WorkSpaces. To restrict WorkSpaces access to trusted devices (also known
as managed devices) with valid certificates, specify a value of TRUST.
For more information, see
Restrict WorkSpaces Access to Trusted Devices.
$sel:deviceTypeLinux:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeLinux - Indicates whether users can use Linux clients to access their
WorkSpaces.
$sel:deviceTypeWindows:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeWindows - Indicates whether users can use Windows clients to access their
WorkSpaces. To restrict WorkSpaces access to trusted devices (also known
as managed devices) with valid certificates, specify a value of TRUST.
For more information, see
Restrict WorkSpaces Access to Trusted Devices.
$sel:deviceTypeZeroClient:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeZeroClient - Indicates whether users can use zero client devices to access their
WorkSpaces.
$sel:deviceTypeAndroid:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeAndroid - Indicates whether users can use Android devices to access their
WorkSpaces.
$sel:deviceTypeWeb:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeWeb - Indicates whether users can access their WorkSpaces through a web
browser.
$sel:deviceTypeIos:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeIos - Indicates whether users can use iOS devices to access their WorkSpaces.
$sel:deviceTypeChromeOs:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeChromeOs - Indicates whether users can use Chromebooks to access their WorkSpaces.
WorkspaceBundle
data WorkspaceBundle Source #
Describes a WorkSpace bundle.
See: newWorkspaceBundle smart constructor.
Constructors
| WorkspaceBundle' (Maybe RootStorage) (Maybe POSIX) (Maybe Text) (Maybe UserStorage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ComputeType) (Maybe POSIX) |
Instances
newWorkspaceBundle :: WorkspaceBundle Source #
Create a value of WorkspaceBundle with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rootStorage:WorkspaceBundle', workspaceBundle_rootStorage - The size of the root volume.
$sel:creationTime:WorkspaceBundle', workspaceBundle_creationTime - The time when the bundle was created.
$sel:bundleId:WorkspaceBundle', workspaceBundle_bundleId - The identifier of the bundle.
$sel:userStorage:WorkspaceBundle', workspaceBundle_userStorage - The size of the user volume.
$sel:imageId:WorkspaceBundle', workspaceBundle_imageId - The identifier of the image that was used to create the bundle.
$sel:name:WorkspaceBundle', workspaceBundle_name - The name of the bundle.
$sel:owner:WorkspaceBundle', workspaceBundle_owner - The owner of the bundle. This is the account identifier of the owner, or
AMAZON if the bundle is provided by AWS.
$sel:description:WorkspaceBundle', workspaceBundle_description - The description of the bundle.
$sel:computeType:WorkspaceBundle', workspaceBundle_computeType - The compute type of the bundle. For more information, see
Amazon WorkSpaces Bundles.
$sel:lastUpdatedTime:WorkspaceBundle', workspaceBundle_lastUpdatedTime - The last time that the bundle was updated.
WorkspaceConnectionStatus
data WorkspaceConnectionStatus Source #
Describes the connection status of a WorkSpace.
See: newWorkspaceConnectionStatus smart constructor.
Constructors
| WorkspaceConnectionStatus' (Maybe ConnectionState) (Maybe Text) (Maybe POSIX) (Maybe POSIX) |
Instances
newWorkspaceConnectionStatus :: WorkspaceConnectionStatus Source #
Create a value of WorkspaceConnectionStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionState:WorkspaceConnectionStatus', workspaceConnectionStatus_connectionState - The connection state of the WorkSpace. The connection state is unknown
if the WorkSpace is stopped.
$sel:workspaceId:WorkspaceConnectionStatus', workspaceConnectionStatus_workspaceId - The identifier of the WorkSpace.
$sel:lastKnownUserConnectionTimestamp:WorkspaceConnectionStatus', workspaceConnectionStatus_lastKnownUserConnectionTimestamp - The timestamp of the last known user connection.
$sel:connectionStateCheckTimestamp:WorkspaceConnectionStatus', workspaceConnectionStatus_connectionStateCheckTimestamp - The timestamp of the connection status check.
WorkspaceCreationProperties
data WorkspaceCreationProperties Source #
Describes the default properties that are used for creating WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
See: newWorkspaceCreationProperties smart constructor.
Constructors
| WorkspaceCreationProperties' (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe Bool) |
Instances
newWorkspaceCreationProperties :: WorkspaceCreationProperties Source #
Create a value of WorkspaceCreationProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enableMaintenanceMode:WorkspaceCreationProperties', workspaceCreationProperties_enableMaintenanceMode - Indicates whether maintenance mode is enabled for your WorkSpaces. For
more information, see
WorkSpace Maintenance.
$sel:defaultOu:WorkspaceCreationProperties', workspaceCreationProperties_defaultOu - The default organizational unit (OU) for your WorkSpaces directories.
This string must be the full Lightweight Directory Access Protocol
(LDAP) distinguished name for the target domain and OU. It must be in
the form "OU=value,DC=value,DC=value", where value is any string
of characters, and the number of domain components (DCs) is two or more.
For example, OU=WorkSpaces_machines,DC=machines,DC=example,DC=com.
- To avoid errors, certain characters in the distinguished name must be escaped. For more information, see Distinguished Names in the Microsoft documentation.
- The API doesn't validate whether the OU exists.
$sel:enableInternetAccess:WorkspaceCreationProperties', workspaceCreationProperties_enableInternetAccess - Indicates whether internet access is enabled for your WorkSpaces.
$sel:enableWorkDocs:WorkspaceCreationProperties', workspaceCreationProperties_enableWorkDocs - Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.
If WorkDocs is already enabled for a WorkSpaces directory and you disable it, new WorkSpaces launched in the directory will not have WorkDocs enabled. However, WorkDocs remains enabled for any existing WorkSpaces, unless you either disable users' access to WorkDocs or you delete the WorkDocs site. To disable users' access to WorkDocs, see Disabling Users in the Amazon WorkDocs Administration Guide. To delete a WorkDocs site, see Deleting a Site in the Amazon WorkDocs Administration Guide.
If you enable WorkDocs on a directory that already has existing WorkSpaces, the existing WorkSpaces and any new WorkSpaces that are launched in the directory will have WorkDocs enabled.
$sel:customSecurityGroupId:WorkspaceCreationProperties', workspaceCreationProperties_customSecurityGroupId - The identifier of your custom security group.
$sel:userEnabledAsLocalAdministrator:WorkspaceCreationProperties', workspaceCreationProperties_userEnabledAsLocalAdministrator - Indicates whether users are local administrators of their WorkSpaces.
WorkspaceDirectory
data WorkspaceDirectory Source #
Describes a directory that is used with Amazon WorkSpaces.
See: newWorkspaceDirectory smart constructor.
Constructors
| WorkspaceDirectory' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe WorkspaceAccessProperties) (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe Tenancy) (Maybe WorkspaceDirectoryState) (Maybe Text) (Maybe Text) (Maybe WorkspaceDirectoryType) (Maybe SelfservicePermissions) (Maybe Text) (Maybe [Text]) (Maybe DefaultWorkspaceCreationProperties) |
Instances
newWorkspaceDirectory :: WorkspaceDirectory Source #
Create a value of WorkspaceDirectory with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:registrationCode:WorkspaceDirectory', workspaceDirectory_registrationCode - The registration code for the directory. This is the code that users
enter in their Amazon WorkSpaces client application to connect to the
directory.
$sel:workspaceSecurityGroupId:WorkspaceDirectory', workspaceDirectory_workspaceSecurityGroupId - The identifier of the security group that is assigned to new WorkSpaces.
$sel:alias:WorkspaceDirectory', workspaceDirectory_alias - The directory alias.
$sel:workspaceAccessProperties:WorkspaceDirectory', workspaceDirectory_workspaceAccessProperties - The devices and operating systems that users can use to access
WorkSpaces.
$sel:ipGroupIds:WorkspaceDirectory', workspaceDirectory_ipGroupIds - The identifiers of the IP access control groups associated with the
directory.
$sel:subnetIds:WorkspaceDirectory', workspaceDirectory_subnetIds - The identifiers of the subnets used with the directory.
$sel:customerUserName:WorkspaceDirectory', workspaceDirectory_customerUserName - The user name for the service account.
$sel:tenancy:WorkspaceDirectory', workspaceDirectory_tenancy - Specifies whether the directory is dedicated or shared. To use Bring
Your Own License (BYOL), this value must be set to DEDICATED. For more
information, see
Bring Your Own Windows Desktop Images.
$sel:state:WorkspaceDirectory', workspaceDirectory_state - The state of the directory's registration with Amazon WorkSpaces. After
a directory is deregistered, the DEREGISTERED state is returned very
briefly before the directory metadata is cleaned up, so this state is
rarely returned. To confirm that a directory is deregistered, check for
the directory ID by using
DescribeWorkspaceDirectories.
If the directory ID isn't returned, then the directory has been
successfully deregistered.
$sel:directoryId:WorkspaceDirectory', workspaceDirectory_directoryId - The directory identifier.
$sel:iamRoleId:WorkspaceDirectory', workspaceDirectory_iamRoleId - The identifier of the IAM role. This is the role that allows Amazon
WorkSpaces to make calls to other services, such as Amazon EC2, on your
behalf.
$sel:directoryType:WorkspaceDirectory', workspaceDirectory_directoryType - The directory type.
$sel:selfservicePermissions:WorkspaceDirectory', workspaceDirectory_selfservicePermissions - The default self-service permissions for WorkSpaces in the directory.
$sel:directoryName:WorkspaceDirectory', workspaceDirectory_directoryName - The name of the directory.
$sel:dnsIpAddresses:WorkspaceDirectory', workspaceDirectory_dnsIpAddresses - The IP addresses of the DNS servers for the directory.
$sel:workspaceCreationProperties:WorkspaceDirectory', workspaceDirectory_workspaceCreationProperties - The default creation properties for all WorkSpaces in the directory.
WorkspaceImage
data WorkspaceImage Source #
Describes a WorkSpace image.
See: newWorkspaceImage smart constructor.
Constructors
| WorkspaceImage' (Maybe Text) (Maybe Text) (Maybe WorkspaceImageState) (Maybe Text) (Maybe WorkspaceImageRequiredTenancy) (Maybe Text) (Maybe POSIX) (Maybe OperatingSystem) (Maybe Text) (Maybe Text) |
Instances
newWorkspaceImage :: WorkspaceImage Source #
Create a value of WorkspaceImage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageId:WorkspaceImage', workspaceImage_imageId - The identifier of the image.
$sel:name:WorkspaceImage', workspaceImage_name - The name of the image.
$sel:state:WorkspaceImage', workspaceImage_state - The status of the image.
$sel:description:WorkspaceImage', workspaceImage_description - The description of the image.
$sel:requiredTenancy:WorkspaceImage', workspaceImage_requiredTenancy - Specifies whether the image is running on dedicated hardware. When Bring
Your Own License (BYOL) is enabled, this value is set to DEDICATED.
For more information, see
Bring Your Own Windows Desktop Images.
$sel:errorMessage:WorkspaceImage', workspaceImage_errorMessage - The text of the error message that is returned for the image.
$sel:created:WorkspaceImage', workspaceImage_created - The date when the image was created. If the image has been shared, the
AWS account that the image has been shared with sees the original
creation date of the image.
$sel:operatingSystem:WorkspaceImage', workspaceImage_operatingSystem - The operating system that the image is running.
$sel:ownerAccountId:WorkspaceImage', workspaceImage_ownerAccountId - The identifier of the AWS account that owns the image.
$sel:errorCode:WorkspaceImage', workspaceImage_errorCode - The error code that is returned for the image.
WorkspaceProperties
data WorkspaceProperties Source #
Describes a WorkSpace.
See: newWorkspaceProperties smart constructor.
Constructors
| WorkspaceProperties' (Maybe Int) (Maybe RunningMode) (Maybe Int) (Maybe Int) (Maybe Compute) |
Instances
newWorkspaceProperties :: WorkspaceProperties Source #
Create a value of WorkspaceProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rootVolumeSizeGib:WorkspaceProperties', workspaceProperties_rootVolumeSizeGib - The size of the root volume. For important information about how to
modify the size of the root and user volumes, see
Modify a WorkSpace.
$sel:runningMode:WorkspaceProperties', workspaceProperties_runningMode - The running mode. For more information, see
Manage the WorkSpace Running Mode.
$sel:userVolumeSizeGib:WorkspaceProperties', workspaceProperties_userVolumeSizeGib - The size of the user storage. For important information about how to
modify the size of the root and user volumes, see
Modify a WorkSpace.
$sel:runningModeAutoStopTimeoutInMinutes:WorkspaceProperties', workspaceProperties_runningModeAutoStopTimeoutInMinutes - The time after a user logs off when WorkSpaces are automatically
stopped. Configured in 60-minute intervals.
$sel:computeTypeName:WorkspaceProperties', workspaceProperties_computeTypeName - The compute type. For more information, see
Amazon WorkSpaces Bundles.
WorkspaceRequest
data WorkspaceRequest Source #
Describes the information used to create a WorkSpace.
See: newWorkspaceRequest smart constructor.
Constructors
| WorkspaceRequest' (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe [Tag]) Text Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> WorkspaceRequest |
Create a value of WorkspaceRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workspaceProperties:WorkspaceRequest', workspaceRequest_workspaceProperties - The WorkSpace properties.
$sel:rootVolumeEncryptionEnabled:WorkspaceRequest', workspaceRequest_rootVolumeEncryptionEnabled - Indicates whether the data stored on the root volume is encrypted.
$sel:userVolumeEncryptionEnabled:WorkspaceRequest', workspaceRequest_userVolumeEncryptionEnabled - Indicates whether the data stored on the user volume is encrypted.
$sel:volumeEncryptionKey:WorkspaceRequest', workspaceRequest_volumeEncryptionKey - The symmetric AWS KMS customer master key (CMK) used to encrypt data
stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric
CMKs.
$sel:tags:WorkspaceRequest', workspaceRequest_tags - The tags for the WorkSpace.
$sel:directoryId:WorkspaceRequest', workspaceRequest_directoryId - The identifier of the AWS Directory Service directory for the WorkSpace.
You can use DescribeWorkspaceDirectories to list the available
directories.
$sel:userName:WorkspaceRequest', workspaceRequest_userName - The user name of the user for the WorkSpace. This user name must exist
in the AWS Directory Service directory for the WorkSpace.
$sel:bundleId:WorkspaceRequest', workspaceRequest_bundleId - The identifier of the bundle for the WorkSpace. You can use
DescribeWorkspaceBundles to list the available bundles.
WorkspacesIpGroup
data WorkspacesIpGroup Source #
Describes an IP access control group.
See: newWorkspacesIpGroup smart constructor.
Constructors
| WorkspacesIpGroup' (Maybe [IpRuleItem]) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
newWorkspacesIpGroup :: WorkspacesIpGroup Source #
Create a value of WorkspacesIpGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userRules:WorkspacesIpGroup', workspacesIpGroup_userRules - The rules.
$sel:groupDesc:WorkspacesIpGroup', workspacesIpGroup_groupDesc - The description of the group.
$sel:groupName:WorkspacesIpGroup', workspacesIpGroup_groupName - The name of the group.
$sel:groupId:WorkspacesIpGroup', workspacesIpGroup_groupId - The identifier of the group.